X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/249fb9ba4de5d1a7b562ce1d6c66d526f729cffb..60d04456549c25d8125c85c899e877e0d0b5a13c:/Makefile diff --git a/Makefile b/Makefile index 5ff4f11..d07a47c 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,15 @@ vvc: clean: @rm -f vvc vvc.core vvi vvi.core + +test: testvvi teststdlib + +testvvi: all + @cd tests; make test + +teststdlib: all + @cd stdlib_tests; make test + +testclean: + @cd tests; make clean + @cd stdlib_tests; make clean