mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
Tests: Fix one RunCMake.NinjaMultiConfig case name
The CustomCommandGenerator `debug-in-release-graph-clean` case actually cleans using the Debug graph. This is intentional in order to test cleaning only the Debug parts, so fix the test name rather than changing what graph it uses.
This commit is contained in:
@@ -215,7 +215,7 @@ run_ninja(CustomCommandGenerator debug-clean build-Debug.ninja clean)
|
||||
run_cmake_build(CustomCommandGenerator release-clean Release clean)
|
||||
run_cmake_build(CustomCommandGenerator debug-in-release-graph Release generated:Debug)
|
||||
run_cmake_command(CustomCommandGenerator-debug-in-release-graph-generated "${TARGET_FILE_generated_Debug}")
|
||||
run_ninja(CustomCommandGenerator debug-in-release-graph-clean build-Debug.ninja clean:Debug)
|
||||
run_ninja(CustomCommandGenerator debug-clean-again build-Debug.ninja clean:Debug)
|
||||
run_ninja(CustomCommandGenerator release-in-debug-graph build-Debug.ninja generated:Release)
|
||||
run_cmake_command(CustomCommandGenerator-release-in-debug-graph-generated "${TARGET_FILE_generated_Release}")
|
||||
unset(RunCMake_TEST_NO_CLEAN)
|
||||
|
||||
Reference in New Issue
Block a user