summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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