aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c9f94e8..6829119 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,9 +1,11 @@
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
+ @# check that test-system itself is functional
+ @# TODO: check that this check is functional? :-D
+ @sh runtest.sh helloworld
+ @# basic output test - outputting correct selector/atoms
+ @sh runtest.sh basic_output
+ @# basic input test - dispatching to correct methods
+ @sh runtest.sh basic_input
clean:
rm -fv *.out runtest-*.pd