summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 14:24:03 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 14:24:03 +0000
commitff0032ba03a46924d206a437e287440675a7ad5a (patch)
tree4f9e620b492e354b6d7bcd929e02332d7a980f14 /test/Makefile
parentfc0a9d6f8287998158604d41429a8a10e043f0e3 (diff)
downloadlibcss-ff0032ba03a46924d206a437e287440675a7ad5a.tar.gz
libcss-ff0032ba03a46924d206a437e287440675a7ad5a.tar.bz2
Port to new test scheme
svn path=/trunk/libcss/; revision=6872
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 c876014..eda595d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,7 @@
# Tests
-DIR_TEST_SOURCES := csdetect.c css21.c lex.c lex-auto.c libcss.c \
- number.c parse.c parse-auto.c parse2-auto.c select-auto.c
+DIR_TEST_ITEMS := csdetect:csdetect.c css21:css21.c lex:lex.c \
+ lex-auto:lex-auto.c libcss:libcss.c number:number.c \
+ parse:parse.c parse-auto:parse-auto.c parse2-auto:parse2-auto.c \
+ select-auto:select-auto.c
include build/makefiles/Makefile.subdir