From 20aedd2cdfd2cfc20a7e8be08508e35fea070bf2 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Thu, 1 Jan 2015 18:09:03 +0100 Subject: [PATCH] Added test endpoint --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 973c464..34d0f95 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ debug: mkdir $(BUILDDIR) 2> /dev/null || true cc $(CFLAGS) $(DEBUG) $(SOURCES) -o $(BUILDDIR)$(TARGET) +#Runs all tests +runtests: + ./test.sh + #Cleans directory(no uninstall!) clean: rm -rf bin