From e547197dc8f7a08684c447f0cd36ea53e8cff885 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Dec 2010 15:10:24 +0000 Subject: "Enable" the HTML level 1 test suite. All cases fail currently svn path=/trunk/dom/; revision=11004 --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 5ccca9c..726254c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -54,6 +54,8 @@ TEST_PREREQS := $(TEST_PREREQS) $(DIR)INDEX # Include the level 1 core tests $(eval $(call do_xml_suite,level1/core,dom1-interfaces.xml)) +# Include level 1 html tests +$(eval $(call do_xml_suite,level1/html,dom1-interfaces.xml)) DISTCLEAN_ITEMS := $(DISTCLEAN_ITEMS) $(DIR)INDEX -- cgit v1.2.3