X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/249fb9ba4de5d1a7b562ce1d6c66d526f729cffb..fb7939fb2688ec41767078b4e59f82cf76b7a860:/Makefile diff --git a/Makefile b/Makefile index 5ff4f11..1412ac5 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