]> git.mdlowis.com Git - projs/libcds.git/commit
Switch from premake to rscons/rake and get rid of unittest++
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 23 Jul 2014 16:57:51 +0000 (12:57 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 23 Jul 2014 16:57:51 +0000 (12:57 -0400)
commitb2156cad96d7996e84c050498402fbc6b50a06a6
tree2794f697f3e4b0f2cfd9bf6f61825fd4221a1dcb
parenta8b93bc360390ac58dbf350207ba39017f63d2c8
Switch from premake to rscons/rake and get rid of unittest++
81 files changed:
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
Rakefile [new file with mode: 0644]
premake4.lua [deleted file]
source/list/list.c
source/vector/vec.c
tests/main.c [new file with mode: 0644]
tests/main.cpp [deleted file]
tests/test.c [new file with mode: 0644]
tests/test.h [new file with mode: 0644]
tests/test_buf.c [moved from tests/test_buf.cpp with 95% similarity]
tests/test_list.c [moved from tests/test_list.cpp with 89% similarity]
tests/test_vec.c [moved from tests/test_vec.cpp with 82% 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]