mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +01:00
Include DOM conformance tests in dist package
This commit is contained in:
parent
ef878d91a2
commit
fd64040a65
2 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue