Added test endpoint

This commit is contained in:
Veit Heller
2015-01-01 18:09:03 +01:00
parent e16553d93b
commit 20aedd2cdf

View File

@@ -20,6 +20,10 @@ debug:
mkdir $(BUILDDIR) 2> /dev/null || true mkdir $(BUILDDIR) 2> /dev/null || true
cc $(CFLAGS) $(DEBUG) $(SOURCES) -o $(BUILDDIR)$(TARGET) cc $(CFLAGS) $(DEBUG) $(SOURCES) -o $(BUILDDIR)$(TARGET)
#Runs all tests
runtests:
./test.sh
#Cleans directory(no uninstall!) #Cleans directory(no uninstall!)
clean: clean:
rm -rf bin rm -rf bin