From dc1f016626194d2f73e62e6ae6c083a7c36da013 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 19 Jan 2009 00:44:21 +0000 Subject: Another test harness for parser tests. This one compares the reserialised output, thus allowing us to sensibly test handling of invalid input and suchlike. Also, some rudimentary tests using this harness, and some documentation of the test data format. This doesn't use the dumping code from the library itself, as that's likely to disappear. svn path=/trunk/libcss/; revision=6144 --- test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 01cfdd7..a921d45 100644 --- a/test/Makefile +++ b/test/Makefile @@ -35,7 +35,8 @@ d := $(DIR) CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d) # Tests -TESTS_$(d) := csdetect css21 lex lex-auto libcss number parse parse-auto +TESTS_$(d) := csdetect css21 lex lex-auto libcss number parse parse-auto \ + parse2-auto TESTS_$(d) := $(TESTS_$(d)) # Items for top-level makefile to use -- cgit v1.2.3