Updating an example that was missed during label reassignments.
[vvhitespace] / Makefile
index 5ff4f11..1412ac5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,5 +18,9 @@ vvi:
 vvc:
        $(CC) $(CC_FLAGS) -o $@ vv_compiler.c
 
 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
 clean:
        @rm -f vvc vvc.core vvi vvi.core