summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2014-01-21 21:52:40 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2014-01-21 21:52:40 +0700
commitd970d255d5d9630ebd75c027f8ee1a9c75fdcc85 (patch)
treedecd9d639b352c548a413c2de9e30ef3a9bc2716
parentfb4f31f9c0bf03ef5de92ded03d82542460efc36 (diff)
downloadspecs-d970d255d5d9630ebd75c027f8ee1a9c75fdcc85.tar.gz
specs-d970d255d5d9630ebd75c027f8ee1a9c75fdcc85.tar.xz
specs-d970d255d5d9630ebd75c027f8ee1a9c75fdcc85.zip
ocaml-easy-format: enable test suite
-rw-r--r--ocaml/ocaml-easy-format.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/ocaml/ocaml-easy-format.spec b/ocaml/ocaml-easy-format.spec
index 67b4a49..76957e8 100644
--- a/ocaml/ocaml-easy-format.spec
+++ b/ocaml/ocaml-easy-format.spec
@@ -69,7 +69,9 @@ export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
make install
-#strip $OCAMLFIND_DESTDIR/%{libname}/*.cmxs
+
+%check
+make test
%files