From 6e70f33a440fe6c7420c7406af83981be8691ef7 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Thu, 17 Nov 2011 10:36:08 +0000 Subject: minimal test system. more testcases to come. svn path=/trunk/externals/loaders/tclpd/; revision=15783 --- tests/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/Makefile (limited to 'tests/Makefile') 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 -- cgit v1.2.1