From 938d28e0416df6a105284f920f48b68bf53768df Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 9 Nov 2020 16:39:38 -0700 Subject: [PATCH] Eliminate uses of make. --- ocaml-bisect-ppx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-bisect-ppx.spec b/ocaml-bisect-ppx.spec index 6e92f20..7ee07e7 100644 --- a/ocaml-bisect-ppx.spec +++ b/ocaml-bisect-ppx.spec @@ -103,7 +103,7 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod 0755 {} \+ %if %{with tests} %check -make test +dune runtest -p bisect_ppx --force --no-buffer -j 1 %endif %files