diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -84,14 +84,17 @@ tests-run2: tests-stop: @for node in $(NODES); do \ - ./tools/halt.py to_erl test/nodes/$$node/ ; \ + ./tools/to_catlfish.py to_erl test/nodes/$$node/ "init:stop()"; \ done tests-wait: sleep 5 -tests: +tests-makemk: tools/compileconfig.py --config=test/catlfish-test.cfg --testmakefile=test/test.mk --machines 1 + +tests: + @make tests-makemk @make tests-prepare @make tests-start @make tests-run || (make tests-stop ; false) |