Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parallel CTest hangs if serial test has depends | Zach Mullen | 2010-06-23 | 1 | -0/+2 |
| | |||||
* | Remove unnecessary configure time operations from CTestTest* tests | Zach Mullen | 2009-12-02 | 1 | -8/+0 |
| | |||||
* | Remove unused code from CTest test suite | Brad King | 2009-12-02 | 1 | -11/+1 |
| | | | | | We remove from Tests/CTestTest*/CMakeLists.txt some historical cruft that is no longer used by the test suite. | ||||
* | Remove ctest_submit from CTestTestParallel | Zach Mullen | 2009-09-29 | 1 | -1/+0 |
| | |||||
* | Make sure CTestTest scripts honor the CMAKE_TEST_GENERATOR so that if the ↵ | Bill Hoffman | 2009-09-24 | 1 | -7/+6 |
| | | | | generator to build cmake is different than the one used for tests (watcom) is used. | ||||
* | Make portable c for Parallel test | Zach Mullen | 2009-09-23 | 1 | -4/+4 |
| | |||||
* | Set new ctest tests to always run, whether CTEST_TEST_CTEST is enabled or ↵ | Zach Mullen | 2009-09-23 | 3 | -22/+21 |
| | | | | not. Changed parallel test to be portable. | ||||
* | CTestTestParallel now submits to public dashboard for easier debugging | Zach Mullen | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | Added tests for ctest parallel options (PARALLEL_LEVEL, PROCESSORS, RUN_SERIAL) | Zach Mullen | 2009-09-22 | 4 | -0/+84 |