diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-01 17:04:39 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-03-02 01:09:18 +0100 |
commit | e67187c38e4e5a97ab971554d8acf9466e9775c2 (patch) | |
tree | 5d7bad771d815f00a2df57433423b9398a82a19b /test/Makefile | |
parent | 163fdaeaf8fc1bc43923420309ba4a6b3ef51e11 (diff) |
Refactor tests
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index a033de6..1074348 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,7 +11,7 @@ tests-wait: sleep 5 tests-makemk: - $(PREFIX)/tools/compileconfig.py --config=$(PREFIX)/test/catlfish-test.cfg.in --testshellvars=$(PREFIX)/test/test.shvars --machines 1 + $(PREFIX)/tools/compileconfig.py --config=$(PREFIX)/test/catlfish-test.cfg.in --testshellvars=$(PREFIX)/test/test.shvars tests: @make tests-makemk |