summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-05-08 14:12:19 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2016-11-19 14:30:07 +0000
commitd91bf786c42bd86a9d9159a6cd8e14e04ee29f39 (patch)
tree88e2d735ba64a8adbd1057c1fa0c2e2885f5306f /test/Makefile
parentcd5aa421206501a8651baa5cb4d19a96c4374cbe (diff)
downloadlibcss-d91bf786c42bd86a9d9159a6cd8e14e04ee29f39.tar.gz
libcss-d91bf786c42bd86a9d9159a6cd8e14e04ee29f39.tar.bz2
Remove option to support not storing data on DOM nodes.
It was complicating lifetimes and ownership.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 021d829..18124ce 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -2,6 +2,6 @@
DIR_TEST_ITEMS := csdetect:csdetect.c css21:css21.c lex:lex.c \
lex-auto:lex-auto.c number:number.c \
parse:parse.c parse-auto:parse-auto.c parse2-auto:parse2-auto.c \
- select-no-nd:select-no-nd.c select-nd:select-nd.c
+ select:select.c
include $(NSBUILD)/Makefile.subdir