-
- Downloads
There was an error fetching the commit references. Please try again later.
REFORM-1016 REFORM-1132 Add flexibility to perform checksum comparisons at the end of a test (#57)
* Move PathLink from TestReport.cc -> Paths/PathLink.hh * Move TestFilesystem.hh -> Paths/Filesystem.hh * Add macros (particularly BASE_TEST()) in TestCase.hh to create a wrapper for the Catch2 macro TEST_CASE() (or any other test macro that defines a void function) to allow checksum comparisons to be performed at the end of a test. * Remove timing information and empty lines from checksum reports. Consequently, remove filter_report() from TestReport.cc and replace it with a simple copy.
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- Paths/CMakeLists.txt 9 additions, 0 deletionsPaths/CMakeLists.txt
- Paths/Filesystem.hh 7 additions, 12 deletionsPaths/Filesystem.hh
- Paths/PathLink.hh 32 additions, 0 deletionsPaths/PathLink.hh
- Test/CMakeLists.txt 1 addition, 1 deletionTest/CMakeLists.txt
- Test/TestCase.hh 80 additions, 0 deletionsTest/TestCase.hh
- Test/TestChecksum.cc 30 additions, 9 deletionsTest/TestChecksum.cc
- Test/TestChecksumCompletion.cc 2 additions, 9 deletionsTest/TestChecksumCompletion.cc
- Test/TestChecksumCompletion.hh 1 addition, 4 deletionsTest/TestChecksumCompletion.hh
- Test/TestOutcome.cc 1 addition, 1 deletionTest/TestOutcome.cc
- Test/TestReport.cc 24 additions, 85 deletionsTest/TestReport.cc
- Test/TestReport.hh 2 additions, 2 deletionsTest/TestReport.hh
- Test/TestResultAnalysis.cc 54 additions, 37 deletionsTest/TestResultAnalysis.cc
- Test/TestResultAnalysis.hh 19 additions, 12 deletionsTest/TestResultAnalysis.hh
Loading
Please register or sign in to comment