mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
32 lines
598 B
Text
32 lines
598 B
Text
description "Tests to test UnitTest++ (used by authors to develop the library itself)\377";
|
|
|
|
uses
|
|
Core,
|
|
UnitTest++;
|
|
|
|
file
|
|
src readonly separator,
|
|
UnitTestTest.cpp,
|
|
RecordingReporter.h,
|
|
TestAssertHandler.cpp,
|
|
TestCheckMacros.cpp,
|
|
TestChecks.cpp,
|
|
TestDeferredTestReporter.cpp,
|
|
TestMemoryOutStream.cpp,
|
|
TestTest.cpp,
|
|
TestTestList.cpp,
|
|
TestTestMacros.cpp,
|
|
TestTestResults.cpp,
|
|
TestTestRunner.cpp,
|
|
TestTestSuite.cpp,
|
|
TestTimeConstraint.cpp,
|
|
TestTimeConstraintMacro.cpp,
|
|
TestUnitTest++.cpp,
|
|
TestXmlTestReporter.cpp,
|
|
docs readonly separator,
|
|
COPYING,
|
|
README;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|