mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
d75e68c027
windows build only
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
|
|
"
|