Enable the test suite during the build. Currently the results are only advisory.
This commit is contained in:
parent
bdf7af5cc7
commit
78b8ce38c4
21
ocaml.spec
21
ocaml.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: ocaml
|
Name: ocaml
|
||||||
Version: 4.02.2
|
Version: 4.02.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
Summary: OCaml compiler and programming environment
|
Summary: OCaml compiler and programming environment
|
||||||
|
|
||||||
@ -244,6 +244,21 @@ boot/ocamlrun ./ocamlc $includes dynlinkaux.cmo ocamlbyteinfo.ml -o ocamlbyteinf
|
|||||||
#boot/ocamlrun ./ocamlopt $includes unix.cmxa str.cmxa natdynlink.ml ocamlplugininfo.ml -o ocamlplugininfo
|
#boot/ocamlrun ./ocamlopt $includes unix.cmxa str.cmxa natdynlink.ml ocamlplugininfo.ml -o ocamlplugininfo
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
cd testsuite
|
||||||
|
|
||||||
|
# See comments above.
|
||||||
|
unset MAKEFLAGS
|
||||||
|
|
||||||
|
%ifarch ppc64 ppc64le
|
||||||
|
ulimit -a
|
||||||
|
ulimit -Hs 65536
|
||||||
|
ulimit -Ss 65536
|
||||||
|
%endif
|
||||||
|
|
||||||
|
make all ||:
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install \
|
make install \
|
||||||
BINDIR=$RPM_BUILD_ROOT%{_bindir} \
|
BINDIR=$RPM_BUILD_ROOT%{_bindir} \
|
||||||
@ -423,6 +438,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 26 2015 Richard W.M. Jones <rjones@redhat.com> - 4.02.2-2
|
||||||
|
- Enable the test suite during the build. Currently the results are
|
||||||
|
only advisory.
|
||||||
|
|
||||||
* Tue Jun 23 2015 Richard W.M. Jones <rjones@redhat.com> - 4.02.2-1
|
* Tue Jun 23 2015 Richard W.M. Jones <rjones@redhat.com> - 4.02.2-1
|
||||||
- New upstream version: 4.02.2.
|
- New upstream version: 4.02.2.
|
||||||
- No need for a mass rebuild, since this version is identical to RC1.
|
- No need for a mass rebuild, since this version is identical to RC1.
|
||||||
|
Loading…
Reference in New Issue
Block a user