diff options
author | pranomostro <pranomestro@gmail.com> | 2016-12-15 17:43:49 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2016-12-15 17:43:49 +0100 |
commit | c21933644001ec721d602490a3a6392b73cba592 (patch) | |
tree | f284aeb3c9e96feeb03dd70af6781e5dab89b30f /Makefile | |
parent | c38aca268244d3c7004d6987a63d5756df148209 (diff) |
Make tests faster by not starting three different sessions after each other.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,6 +65,6 @@ clean: check: all @echo testing - @cd tests; sh test-chat && sh test-file && sh test-request + @cd tests; sh test-ratox .PHONY: all binlib bin install uninstall clean check |