summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-04 19:16:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-04 19:16:14 +0000
commit61ae94eba1c6de192db37c22668ca557237a1c95 (patch)
treeeefbfd3d1939604f58887c6a7408e60c82a647a6 /test/Makefile
parent61741d41eb4a868099dd1118a7fa01fe89add0de (diff)
downloadlibparserutils-61ae94eba1c6de192db37c22668ca557237a1c95.tar.gz
libparserutils-61ae94eba1c6de192db37c22668ca557237a1c95.tar.bz2
Fix stupid.
Testcase for cp1252. Currently fails because of spurious nonsense at the end of the output. May be a test driver bug. svn path=/trunk/libparserutils/; revision=5237
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index a6a1161..1aaf0c0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -35,8 +35,8 @@ d := $(DIR)
override CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d)
# Tests
-TESTS_$(d) := aliases cscodec-utf8 cscodec-utf16 charset dict filter \
- inputstream parserutils rbtree
+TESTS_$(d) := aliases cscodec-ext8 cscodec-utf8 cscodec-utf16 charset \
+ dict filter inputstream parserutils rbtree
TESTS_$(d) := $(TESTS_$(d)) regression/cscodec-segv regression/filter-segv \
regression/stream-nomem