From 8e158a3f5bcdd89de8d470a6773b3fef0b085a98 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 25 Mar 2009 14:22:19 +0000 Subject: Port to new test scheme. Fix aliases test to work in release mode. svn path=/trunk/libparserutils/; revision=6871 --- test/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 0356756..4dc7c7b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,7 @@ # Tests -DIR_TEST_SOURCES := aliases.c cscodec-8859.c cscodec-ext8.c cscodec-utf8.c \ - cscodec-utf16.c charset.c filter.c inputstream.c parserutils.c +DIR_TEST_ITEMS := aliases:aliases.c cscodec-8859:cscodec-8859.c \ + cscodec-ext8:cscodec-ext8.c cscodec-utf8:cscodec-utf8.c \ + cscodec-utf16:cscodec-utf16.c charset:charset.c filter:filter.c \ + inputstream:inputstream.c parserutils:parserutils.c include build/makefiles/Makefile.subdir -- cgit v1.2.3