]> git.mdlowis.com Git - projs/opts.git/commit
Switch to homegrown test framework
authorMichael D. Lowis <mike.lowis@gentex.com>
Mon, 28 Jul 2014 19:06:47 +0000 (15:06 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Mon, 28 Jul 2014 19:06:47 +0000 (15:06 -0400)
commit11db084f5d5c49caa482341f5a83ba37918c9c8c
tree14186a2e8fa381591dad941878f82f3e9d0ffed7
parentd9c652a8c8843297f8dbf41d6be9445f794950fb
Switch to homegrown test framework
76 files changed:
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0755]
Rakefile
tests/main.c [new file with mode: 0755]
tests/main.cpp [deleted file]
tests/test.c [new file with mode: 0755]
tests/test.h [new file with mode: 0755]
tests/test_opts.c [moved from tests/test_opts.cpp with 98% similarity]
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]