diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 20:17:38 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 20:17:38 +0000 |
commit | 3870003b99d8d45c86a77f4cf25e477e2cc2ea04 (patch) | |
tree | f704a027a0f35b4e7ccb427cde14294a7e68b464 /tests/Makefile | |
parent | 6e70f33a440fe6c7420c7406af83981be8691ef7 (diff) |
add basic input test
svn path=/trunk/externals/loaders/tclpd/; revision=15790
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 12 |
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 |