From 9ce4251a5d71cbffa0863f45d72847285d03d6d5 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 25 Mar 2009 14:18:36 +0000 Subject: Port to new test scheme. Avoid strict-aliasing warnings. svn path=/trunk/hubbub/; revision=6870 --- test/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/Makefile') 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 -- cgit v1.2.3