From d970d255d5d9630ebd75c027f8ee1a9c75fdcc85 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 21 Jan 2014 21:52:40 +0700 Subject: ocaml-easy-format: enable test suite --- ocaml/ocaml-easy-format.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit