diff --git a/Makefile b/Makefile index 6c84f73..59bd4f7 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,8 @@ all: .PHONY: clean clean: ./waf clean + +.PHONY: test +test: + ./waf build + ./build/tests