]> git.mdlowis.com Git - archive/parse-utils.git/commit
Updated build scripts to new makefile structure
authorMike D. Lowis <mike@mdlowis.com>
Fri, 22 Jun 2012 16:24:53 +0000 (12:24 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Fri, 22 Jun 2012 16:24:53 +0000 (12:24 -0400)
commita8ad69be89940651259b32aadc9f62dda4f491f2
tree25952a72bcf96c40c2f76aa4580d9d2e07efcb23
parent08187893f62edfb09f8945ab142ea12ad18ff1b8
Updated build scripts to new makefile structure
76 files changed:
.gitignore
Doxyfile
Makefile
README.md
deps/DUMMY [deleted file]
project.vim [new file with mode: 0644]
tests/main.cpp [new file with mode: 0644]
tests/source/main.h [deleted file]
tools/UnitTest++/COPYING [new file with mode: 0644]
tools/UnitTest++/Makefile [new file with mode: 0644]
tools/UnitTest++/README [new file with mode: 0644]
tools/UnitTest++/docs/UnitTest++.html [new file with mode: 0644]
tools/UnitTest++/src/AssertException.cpp [new file with mode: 0644]
tools/UnitTest++/src/AssertException.h [new file with mode: 0644]
tools/UnitTest++/src/CheckMacros.h [new file with mode: 0644]
tools/UnitTest++/src/Checks.cpp [new file with mode: 0644]
tools/UnitTest++/src/Checks.h [new file with mode: 0644]
tools/UnitTest++/src/Config.h [new file with mode: 0644]
tools/UnitTest++/src/CurrentTest.cpp [new file with mode: 0644]
tools/UnitTest++/src/CurrentTest.h [new file with mode: 0644]
tools/UnitTest++/src/DeferredTestReporter.cpp [new file with mode: 0644]
tools/UnitTest++/src/DeferredTestReporter.h [new file with mode: 0644]
tools/UnitTest++/src/DeferredTestResult.cpp [new file with mode: 0644]
tools/UnitTest++/src/DeferredTestResult.h [new file with mode: 0644]
tools/UnitTest++/src/ExecuteTest.h [new file with mode: 0644]
tools/UnitTest++/src/MemoryOutStream.cpp [new file with mode: 0644]
tools/UnitTest++/src/MemoryOutStream.h [new file with mode: 0644]
tools/UnitTest++/src/Posix/SignalTranslator.cpp [new file with mode: 0644]
tools/UnitTest++/src/Posix/SignalTranslator.h [new file with mode: 0644]
tools/UnitTest++/src/Posix/TimeHelpers.cpp [new file with mode: 0644]
tools/UnitTest++/src/Posix/TimeHelpers.h [new file with mode: 0644]
tools/UnitTest++/src/ReportAssert.cpp [new file with mode: 0644]
tools/UnitTest++/src/ReportAssert.h [new file with mode: 0644]
tools/UnitTest++/src/Test.cpp [new file with mode: 0644]
tools/UnitTest++/src/Test.h [new file with mode: 0644]
tools/UnitTest++/src/TestDetails.cpp [new file with mode: 0644]
tools/UnitTest++/src/TestDetails.h [new file with mode: 0644]
tools/UnitTest++/src/TestList.cpp [new file with mode: 0644]
tools/UnitTest++/src/TestList.h [new file with mode: 0644]
tools/UnitTest++/src/TestMacros.h [new file with mode: 0644]
tools/UnitTest++/src/TestReporter.cpp [new file with mode: 0644]
tools/UnitTest++/src/TestReporter.h [new file with mode: 0644]
tools/UnitTest++/src/TestReporterStdout.cpp [new file with mode: 0644]
tools/UnitTest++/src/TestReporterStdout.h [new file with mode: 0644]
tools/UnitTest++/src/TestResults.cpp [new file with mode: 0644]
tools/UnitTest++/src/TestResults.h [new file with mode: 0644]
tools/UnitTest++/src/TestRunner.cpp [new file with mode: 0644]
tools/UnitTest++/src/TestRunner.h [new file with mode: 0644]
tools/UnitTest++/src/TestSuite.h [new file with mode: 0644]
tools/UnitTest++/src/TimeConstraint.cpp [new file with mode: 0644]
tools/UnitTest++/src/TimeConstraint.h [new file with mode: 0644]
tools/UnitTest++/src/TimeHelpers.h [new file with mode: 0644]
tools/UnitTest++/src/UnitTest++.h [new file with mode: 0644]
tools/UnitTest++/src/Win32/TimeHelpers.cpp [new file with mode: 0644]
tools/UnitTest++/src/Win32/TimeHelpers.h [new file with mode: 0644]
tools/UnitTest++/src/XmlTestReporter.cpp [new file with mode: 0644]
tools/UnitTest++/src/XmlTestReporter.h [new file with mode: 0644]
tools/UnitTest++/src/tests/Main.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/RecordingReporter.h [new file with mode: 0644]
tools/UnitTest++/src/tests/ScopedCurrentTest.h [new file with mode: 0644]
tools/UnitTest++/src/tests/TestAssertHandler.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestCheckMacros.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestChecks.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestCurrentTest.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestDeferredTestReporter.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestMemoryOutStream.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestTest.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestTestList.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestTestMacros.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestTestResults.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestTestRunner.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestTestSuite.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestTimeConstraint.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestTimeConstraintMacro.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestUnitTest++.cpp [new file with mode: 0644]
tools/UnitTest++/src/tests/TestXmlTestReporter.cpp [new file with mode: 0644]