Eliminate uses of make.

This commit is contained in:
Jerry James 2020-11-09 16:39:38 -07:00
parent 2a2c71589d
commit 938d28e041
1 changed files with 1 additions and 1 deletions

View File

@ -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