summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
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