diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..c9f94e8 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,9 @@ +all: + # check that test-system itself is functional + # TODO: check that this check is functional? :-D + sh runtest.sh helloworld + # basic output test + sh runtest.sh basic_output + +clean: + rm -fv *.out runtest-*.pd |