mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-11 16:50:50 -05:00
Tests: Fix typos and spelling in test name
This commit is contained in:
@@ -13,7 +13,7 @@ function(run_single_config_test label config exclude_from_all_value expectation)
|
||||
run_cmake_command(${case}-build ${CMAKE_COMMAND} --build . --config ${config})
|
||||
endfunction()
|
||||
|
||||
run_single_config_test("explictly not excluded" Debug 0 "should_exist")
|
||||
run_single_config_test("explicitly not excluded" Debug 0 "should_exist")
|
||||
run_single_config_test("excluded" Debug 1 "should_not_exist")
|
||||
|
||||
if(RunCMake_GENERATOR MATCHES "^(Xcode|Visual Studio)")
|
||||
|
||||
Reference in New Issue
Block a user