X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/6cb31a3ecea681051cfa36fde3f17b18f8eacfea..a805b721f73268be338edf99ed09f03ac842ef2e:/stdlib_tests/Makefile diff --git a/stdlib_tests/Makefile b/stdlib_tests/Makefile new file mode 100644 index 0000000..b55caaa --- /dev/null +++ b/stdlib_tests/Makefile @@ -0,0 +1,11 @@ +# (c) 2019 Aaron Taylor +# All rights reserved. + +all: test + +test: + @echo "Testing stdlib:" + @./vv_test.py + +clean: + @rm -f ./test.vvs ./test.pvvs