summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 14:18:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 14:18:36 +0000
commit9ce4251a5d71cbffa0863f45d72847285d03d6d5 (patch)
treec2889e33930b3b6c0164732710024d638abdbca5 /test/Makefile
parent3e1941a1f04f2ac0b0984ea1bbaac9cba49e99f8 (diff)
downloadlibhubbub-9ce4251a5d71cbffa0863f45d72847285d03d6d5.tar.gz
libhubbub-9ce4251a5d71cbffa0863f45d72847285d03d6d5.tar.bz2
Port to new test scheme.
Avoid strict-aliasing warnings. svn path=/trunk/hubbub/; revision=6870
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 693098b..db3f9fe 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,7 @@
# Tests
-DIR_TEST_SOURCES := csdetect.c dict.c entities.c hubbub.c parser.c \
- tokeniser.c tokeniser2.c tokeniser3.c tree.c tree2.c tree-buf.c
+DIR_TEST_ITEMS := csdetect:csdetect.c dict:dict.c entities:entities.c \
+ hubbub:hubbub.c parser:parser.c tokeniser:tokeniser.c \
+ tokeniser2:tokeniser2.c tokeniser3:tokeniser3.c tree:tree.c \
+ tree2:tree2.c tree-buf:tree-buf.c
include build/makefiles/Makefile.subdir