##// END OF EJS Templates
add a target for running only one test
Benoit Boissinot -
r1426:e84c69b4 default
parent child Browse files
Show More
@@ -18,6 +18,9 b' dist:\ttests doc'
18 tests:
18 tests:
19 cd tests && ./run-tests
19 cd tests && ./run-tests
20
20
21 test-%:
22 cd tests && ./run-tests $@
23
21 doc:
24 doc:
22 $(MAKE) -C doc
25 $(MAKE) -C doc
23
26
General Comments 0
You need to be logged in to leave comments. Login now