diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 10:36:08 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 10:36:08 +0000 |
commit | 6e70f33a440fe6c7420c7406af83981be8691ef7 (patch) | |
tree | e31f6c13601a3ad71c95e5977729a767e5b71b3e /tests/Makefile | |
parent | 74ec984c0b4c7b009d103f1e7169a8c862d78ccb (diff) |
minimal test system. more testcases to come.
svn path=/trunk/externals/loaders/tclpd/; revision=15783
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 |