]> git.mdlowis.com Git - archive/dlang-scm.git/commit
Removed c++ unit test framework
authorMike D. Lowis <mike@mdlowis.com>
Tue, 3 Jul 2012 15:07:55 +0000 (11:07 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Tue, 3 Jul 2012 15:07:55 +0000 (11:07 -0400)
commita9b76f521d0254c40ea48a831e88aaa412656bba
treee324dae0efd3686e309685cd4ebc5fd3a7e952cd
parent3d0addc26a7be6f4a0467997a682780f85cded05
Removed c++ unit test framework
69 files changed:
tools/DUMMY [new file with mode: 0644]
tools/UnitTest++/COPYING [deleted file]
tools/UnitTest++/Makefile [deleted file]
tools/UnitTest++/README [deleted file]
tools/UnitTest++/docs/UnitTest++.html [deleted file]
tools/UnitTest++/src/AssertException.cpp [deleted file]
tools/UnitTest++/src/AssertException.h [deleted file]
tools/UnitTest++/src/CheckMacros.h [deleted file]
tools/UnitTest++/src/Checks.cpp [deleted file]
tools/UnitTest++/src/Checks.h [deleted file]
tools/UnitTest++/src/Config.h [deleted file]
tools/UnitTest++/src/CurrentTest.cpp [deleted file]
tools/UnitTest++/src/CurrentTest.h [deleted file]
tools/UnitTest++/src/DeferredTestReporter.cpp [deleted file]
tools/UnitTest++/src/DeferredTestReporter.h [deleted file]
tools/UnitTest++/src/DeferredTestResult.cpp [deleted file]
tools/UnitTest++/src/DeferredTestResult.h [deleted file]
tools/UnitTest++/src/ExecuteTest.h [deleted file]
tools/UnitTest++/src/MemoryOutStream.cpp [deleted file]
tools/UnitTest++/src/MemoryOutStream.h [deleted file]
tools/UnitTest++/src/Posix/SignalTranslator.cpp [deleted file]
tools/UnitTest++/src/Posix/SignalTranslator.h [deleted file]
tools/UnitTest++/src/Posix/TimeHelpers.cpp [deleted file]
tools/UnitTest++/src/Posix/TimeHelpers.h [deleted file]
tools/UnitTest++/src/ReportAssert.cpp [deleted file]
tools/UnitTest++/src/ReportAssert.h [deleted file]
tools/UnitTest++/src/Test.cpp [deleted file]
tools/UnitTest++/src/Test.h [deleted file]
tools/UnitTest++/src/TestDetails.cpp [deleted file]
tools/UnitTest++/src/TestDetails.h [deleted file]
tools/UnitTest++/src/TestList.cpp [deleted file]
tools/UnitTest++/src/TestList.h [deleted file]
tools/UnitTest++/src/TestMacros.h [deleted file]
tools/UnitTest++/src/TestReporter.cpp [deleted file]
tools/UnitTest++/src/TestReporter.h [deleted file]
tools/UnitTest++/src/TestReporterStdout.cpp [deleted file]
tools/UnitTest++/src/TestReporterStdout.h [deleted file]
tools/UnitTest++/src/TestResults.cpp [deleted file]
tools/UnitTest++/src/TestResults.h [deleted file]
tools/UnitTest++/src/TestRunner.cpp [deleted file]
tools/UnitTest++/src/TestRunner.h [deleted file]
tools/UnitTest++/src/TestSuite.h [deleted file]
tools/UnitTest++/src/TimeConstraint.cpp [deleted file]
tools/UnitTest++/src/TimeConstraint.h [deleted file]
tools/UnitTest++/src/TimeHelpers.h [deleted file]
tools/UnitTest++/src/UnitTest++.h [deleted file]
tools/UnitTest++/src/Win32/TimeHelpers.cpp [deleted file]
tools/UnitTest++/src/Win32/TimeHelpers.h [deleted file]
tools/UnitTest++/src/XmlTestReporter.cpp [deleted file]
tools/UnitTest++/src/XmlTestReporter.h [deleted file]
tools/UnitTest++/src/tests/Main.cpp [deleted file]
tools/UnitTest++/src/tests/RecordingReporter.h [deleted file]
tools/UnitTest++/src/tests/ScopedCurrentTest.h [deleted file]
tools/UnitTest++/src/tests/TestAssertHandler.cpp [deleted file]
tools/UnitTest++/src/tests/TestCheckMacros.cpp [deleted file]
tools/UnitTest++/src/tests/TestChecks.cpp [deleted file]
tools/UnitTest++/src/tests/TestCurrentTest.cpp [deleted file]
tools/UnitTest++/src/tests/TestDeferredTestReporter.cpp [deleted file]
tools/UnitTest++/src/tests/TestMemoryOutStream.cpp [deleted file]
tools/UnitTest++/src/tests/TestTest.cpp [deleted file]
tools/UnitTest++/src/tests/TestTestList.cpp [deleted file]
tools/UnitTest++/src/tests/TestTestMacros.cpp [deleted file]
tools/UnitTest++/src/tests/TestTestResults.cpp [deleted file]
tools/UnitTest++/src/tests/TestTestRunner.cpp [deleted file]
tools/UnitTest++/src/tests/TestTestSuite.cpp [deleted file]
tools/UnitTest++/src/tests/TestTimeConstraint.cpp [deleted file]
tools/UnitTest++/src/tests/TestTimeConstraintMacro.cpp [deleted file]
tools/UnitTest++/src/tests/TestUnitTest++.cpp [deleted file]
tools/UnitTest++/src/tests/TestXmlTestReporter.cpp [deleted file]