From 9b31451972a6f472086cc6b2b454892a9390d0b4 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Mon, 5 Feb 2018 12:01:54 +0800 Subject: [PATCH] Use plain jbuilder command instead of make. --- ocaml-qcheck.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml-qcheck.spec b/ocaml-qcheck.spec index e9befce..ff4cfb0 100644 --- a/ocaml-qcheck.spec +++ b/ocaml-qcheck.spec @@ -37,7 +37,7 @@ developing applications that use %{name}. %build -%make_build +jbuilder build @install %install @@ -51,7 +51,7 @@ rm -r %{buildroot}/doc find %{buildroot} -name '*.cmxs' -exec chmod 0755 {} \; %check -%make_build test +jbuilder runtest --no-buffer %files