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 46854f4..65537e8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -57,6 +57,9 @@ $(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))
+# Include the level 2 core tests
+$(eval $(call do_xml_suite,level2/core,dom2-core-interface.xml))
+
DISTCLEAN_ITEMS := $(DISTCLEAN_ITEMS) $(DIR)INDEX
include $(NSBUILD)/Makefile.subdir