| .. |
|
CMakeLists.txt
|
0b38bb4c53
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of 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.
|
16 年之前 |
|
CTestConfig.cxx
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 年之前 |
|
ScriptWithArgs.cmake
|
361696ae20
CTest: Add test to verify -D variable definitions work
|
13 年之前 |
|
dashboard.cmake.in
|
d506fee81c
Tests: Use -A option to pass generator platform selection
|
11 年之前 |
|
script.cmake.in
|
09ab207c66
Tests: Add generator platform support
|
11 年之前 |