X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/9686c90139fc19b70f42283b1504ab9d5be7932c..6e942bd8524e9393f61a0358a0282b2641f9d3d7:/Makefile diff --git a/Makefile b/Makefile index 5ff4f11..6759c97 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,9 @@ vvi: vvc: $(CC) $(CC_FLAGS) -o $@ vv_compiler.c +test: all + @echo "Starting test suite..." + @./vv_test.py + clean: @rm -f vvc vvc.core vvi vvi.core