summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2016-12-15 14:49:38 +0100
committerpranomostro <pranomestro@gmail.com>2016-12-15 14:49:38 +0100
commitc38aca268244d3c7004d6987a63d5756df148209 (patch)
tree66ef5ba9c01281d52f5ee83406ec66558071a0c7 /Makefile
parent340488b7f3615a48f7464f596754514653112fd6 (diff)
Add tests for ratox, importing z3bra's tests.
Add a target check for the makefile for running the tests.
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