mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 19:13:49 +01:00
d75e68c027
windows build only
33 lines
563 B
Plaintext
33 lines
563 B
Plaintext
#
|
|
# TestSuite.vxbuild
|
|
#
|
|
# $Id$
|
|
#
|
|
TARGET=XMLTestSuite
|
|
CFLAGS="-I../../../../Foundation/include \\
|
|
-I../../../../XML/include \\
|
|
-I../../../../CppUnit/include"
|
|
SOURCES="
|
|
AttributesImplTest.cpp
|
|
ChildNodesTest.cpp
|
|
DOMTestSuite.cpp
|
|
DocumentTest.cpp
|
|
DocumentTypeTest.cpp
|
|
Driver.cpp
|
|
ElementTest.cpp
|
|
EventTest.cpp
|
|
NamePoolTest.cpp
|
|
NameTest.cpp
|
|
NamespaceSupportTest.cpp
|
|
NodeAppenderTest.cpp
|
|
NodeIteratorTest.cpp
|
|
NodeTest.cpp
|
|
ParserWriterTest.cpp
|
|
SAXParserTest.cpp
|
|
SAXTestSuite.cpp
|
|
TextTest.cpp
|
|
TreeWalkerTest.cpp
|
|
XMLTestSuite.cpp
|
|
XMLWriterTest.cpp
|
|
"
|