summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestFailure/badCode.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Migrate CTestTest{NoBuild,NoExe} to RunCMake.ctest_{build,test}Brad King2023-09-071-4/+0
| | | | Avoid duplicating infrastructure provided by the latter.
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1/+1
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Added test coverage for ctest. Covers WILL_FAIL condition, tests that do ↵Zach Mullen2009-09-181-0/+4
not build, tests that segfault, and test executable not found (bad command), as well as some pass and fail regular expressions.