mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-11-04 12:17:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			236 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			236 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# CppUnit.vxbuild
 | 
						|
#
 | 
						|
# $Id: //poco/1.4/CppUnit/CppUnit.vxbuild#2 $
 | 
						|
#
 | 
						|
TARGET=cppUnit
 | 
						|
SOURCES="
 | 
						|
	CppUnitException.cpp
 | 
						|
	TestCase.cpp
 | 
						|
	TestDecorator.cpp
 | 
						|
	TestFailure.cpp
 | 
						|
	TestResult.cpp
 | 
						|
	TestRunner.cpp
 | 
						|
	TestSuite.cpp
 | 
						|
	TextTestResult.cpp
 | 
						|
"
 |