Added test endpoint
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||||
|
Reference in New Issue
Block a user