summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75fb613..ffd8af2 100644
--- a/Makefile
+++ b/Makefile
@@ -62,3 +62,9 @@ uninstall:
clean:
@echo cleaning
@rm -f $(BIN) $(OBJ) $(LIB) util.a
+
+check: all
+ @echo testing
+ @cd tests; sh test-chat && sh test-file && sh test-request
+
+.PHONY: all binlib bin install uninstall clean check