From c21933644001ec721d602490a3a6392b73cba592 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Thu, 15 Dec 2016 17:43:49 +0100 Subject: Make tests faster by not starting three different sessions after each other. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffd8af2..feb140f 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3