diff options
author | pranomostro <pranomestro@gmail.com> | 2016-12-15 14:49:38 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2016-12-15 14:49:38 +0100 |
commit | c38aca268244d3c7004d6987a63d5756df148209 (patch) | |
tree | 66ef5ba9c01281d52f5ee83406ec66558071a0c7 /Makefile | |
parent | 340488b7f3615a48f7464f596754514653112fd6 (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-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |