summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 79f075d..951d1bd 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -60,6 +60,9 @@ $(eval $(call do_xml_suite,level1/html,dom1-interfaces.xml))
# Include the level 2 core tests
$(eval $(call do_xml_suite,level2/core,dom2-core-interface.xml))
+# Include level 2 html tests
+$(eval $(call do_xml_suite,level2/html,dom1-interfaces.xml))
+
CLEAN_ITEMS := $(DIR)INDEX
include $(NSBUILD)/Makefile.subdir