Avoid calling make recursively when "testsuite" is not present
Suggestion of Damien Doligez.master
parent
c449bbeb3d
commit
37edba7be7
|
@ -268,7 +268,7 @@ installoptopt:
|
||||||
# Run all tests
|
# Run all tests
|
||||||
|
|
||||||
tests: opt.opt
|
tests: opt.opt
|
||||||
cd testsuite; $(MAKE) clean && $(MAKE) all
|
cd testsuite && $(MAKE) clean && $(MAKE) all
|
||||||
|
|
||||||
# The clean target
|
# The clean target
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue