mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-28 11:31:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			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
 | |
| "
 | 
