Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use generalized RunCMake test infrastrucure for build_command test | Brad King | 2012-03-12 | 2 | -144/+0 |
| | | | | | | | The CMakeCommands.build_command test performs output/error checking so move it over to RunCMake to re-use the generalized infrastrucure. This is the only test left using Tests/CMakeCommands/CMakeLists.txt so remove it. | ||||
* | Add infrastructure for CMakeCommands tests | Brad King | 2012-02-28 | 1 | -0/+0 |
| | | | | | Generalize the build_command test framework as a macro to add the test. Process the CMakeCommands subdirectory explicitly. | ||||
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of ↵ | David Cole | 2009-12-04 | 2 | -0/+144 |
running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. |