summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 14:22:19 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 14:22:19 +0000
commit8e158a3f5bcdd89de8d470a6773b3fef0b085a98 (patch)
treef3f68086f4c662638e532efd860226f93820551e /test/Makefile
parent6088f2fb41483c0734ef274bc7c9a1e4c338c050 (diff)
downloadlibparserutils-8e158a3f5bcdd89de8d470a6773b3fef0b085a98.tar.gz
libparserutils-8e158a3f5bcdd89de8d470a6773b3fef0b085a98.tar.bz2
Port to new test scheme.
Fix aliases test to work in release mode. svn path=/trunk/libparserutils/; revision=6871
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 4 insertions, 2 deletions
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