summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestFailure
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary configure time operations from CTestTest* testsZach Mullen2009-12-022-18/+0
|
* Remove unused code from CTest test suiteBrad King2009-12-021-12/+1
| | | | | We remove from Tests/CTestTest*/CMakeLists.txt some historical cruft that is no longer used by the test suite.
* Use CTEST_TEST_GENERATORBill Hoffman2009-09-241-7/+6
|
* Make sure CTestTest scripts honor the CMAKE_TEST_GENERATOR so that if the ↵Bill Hoffman2009-09-241-7/+6
| | | | generator to build cmake is different than the one used for tests (watcom) is used.
* Added test coverage for ctest. Covers WILL_FAIL condition, tests that do ↵Zach Mullen2009-09-185-0/+96
not build, tests that segfault, and test executable not found (bad command), as well as some pass and fail regular expressions.