add "test" Makefile target

This commit is contained in:
Josh Holtrop 2016-07-15 19:42:48 -04:00
parent a2bd7504b5
commit f9b42b4079

View File

@ -4,3 +4,8 @@ all:
.PHONY: clean
clean:
./waf clean
.PHONY: test
test:
./waf build
./build/tests