Rearranging output in debug functions.
[vvhitespace] / Makefile
index 5ff4f11..d07a47c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,3 +20,15 @@ vvc:
 
 clean:
        @rm -f vvc vvc.core vvi vvi.core
 
 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