Root Makefile: simplify tests target

* Remove dependencies

 * Simplify recipe
master
Sébastien Hinderer 2018-05-29 16:39:55 +02:00
parent f3aab90538
commit 0704a4b78a
1 changed files with 2 additions and 2 deletions

View File

@ -787,8 +787,8 @@ endif
# Run all tests
.PHONY: tests
tests: opt.opt ocamltest
cd testsuite; $(MAKE) clean && $(MAKE) all
tests:
$(MAKE) -C testsuite all
# Make clean in the test suite