Include DOM conformance tests in dist package

This commit is contained in:
Jez Higgins 2010-12-09 14:50:38 +00:00
parent ef878d91a2
commit fd64040a65
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,7 @@ EXTRA_DIST=vs7 \
vs9 \
vs10 \
doc \
tests/DOM/conformance \
tests/XSLT/testsuite \
src/SAX/wrappers/saxexpat.cpp \
src/SAX/wrappers/saxlibxml2.cpp \

View file

@ -14,6 +14,7 @@ LIBSILLY = ../CppUnit/libsillystring.la
TESTLIBS = $(LIBARABICA) ../CppUnit/libcppunit.la
test_sources = dom_test_suite.hpp \
dom_conf_test.hpp \
test_Attribute.hpp \
test_CDATA.hpp \
test_CharacterData.hpp \
@ -31,7 +32,7 @@ test_sources = dom_test_suite.hpp \
test_Stream.hpp
dom_test_SOURCES = main.cpp \
$(test_sources)
$(test_sources)
dom_test_LDADD = $(TESTLIBS)
dom_test_DEPENDENCIES = $(TESTLIBS)