From 3870003b99d8d45c86a77f4cf25e477e2cc2ea04 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Thu, 17 Nov 2011 20:17:38 +0000 Subject: add basic input test svn path=/trunk/externals/loaders/tclpd/; revision=15790 --- tests/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'tests/Makefile') 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 -- cgit v1.2.1