Tests: Fix typos and spelling in test name

This commit is contained in:
Josef Angstenberger
2021-05-06 23:10:00 +02:00
parent 9d00423620
commit 9a862e8837
@@ -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)")