mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-13 08:01:17 +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 \
|
vs9 \
|
||||||
vs10 \
|
vs10 \
|
||||||
doc \
|
doc \
|
||||||
|
tests/DOM/conformance \
|
||||||
tests/XSLT/testsuite \
|
tests/XSLT/testsuite \
|
||||||
src/SAX/wrappers/saxexpat.cpp \
|
src/SAX/wrappers/saxexpat.cpp \
|
||||||
src/SAX/wrappers/saxlibxml2.cpp \
|
src/SAX/wrappers/saxlibxml2.cpp \
|
||||||
|
|
|
@ -14,6 +14,7 @@ LIBSILLY = ../CppUnit/libsillystring.la
|
||||||
TESTLIBS = $(LIBARABICA) ../CppUnit/libcppunit.la
|
TESTLIBS = $(LIBARABICA) ../CppUnit/libcppunit.la
|
||||||
|
|
||||||
test_sources = dom_test_suite.hpp \
|
test_sources = dom_test_suite.hpp \
|
||||||
|
dom_conf_test.hpp \
|
||||||
test_Attribute.hpp \
|
test_Attribute.hpp \
|
||||||
test_CDATA.hpp \
|
test_CDATA.hpp \
|
||||||
test_CharacterData.hpp \
|
test_CharacterData.hpp \
|
||||||
|
@ -31,7 +32,7 @@ test_sources = dom_test_suite.hpp \
|
||||||
test_Stream.hpp
|
test_Stream.hpp
|
||||||
|
|
||||||
dom_test_SOURCES = main.cpp \
|
dom_test_SOURCES = main.cpp \
|
||||||
$(test_sources)
|
$(test_sources)
|
||||||
dom_test_LDADD = $(TESTLIBS)
|
dom_test_LDADD = $(TESTLIBS)
|
||||||
dom_test_DEPENDENCIES = $(TESTLIBS)
|
dom_test_DEPENDENCIES = $(TESTLIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue