mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 11:06:57 +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
|
||
|
"
|