From c38aca268244d3c7004d6987a63d5756df148209 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Thu, 15 Dec 2016 14:49:38 +0100 Subject: Add tests for ratox, importing z3bra's tests. Add a target check for the makefile for running the tests. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3