diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 21:10:00 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:14 (GMT) |
commit | 9a862e8837045f27bc55296967f5a2b9fab0f994 (patch) | |
tree | e5b08da1d3739651b6a43f5f5d56d1f398b1b2a5 /Tests/RunCMake/ExcludeFromAll | |
parent | 9d0042362007b11ba2ca6c57f677b310cbd77dc5 (diff) | |
download | CMake-9a862e8837045f27bc55296967f5a2b9fab0f994.zip CMake-9a862e8837045f27bc55296967f5a2b9fab0f994.tar.gz CMake-9a862e8837045f27bc55296967f5a2b9fab0f994.tar.bz2 |
Tests: Fix typos and spelling in test name
Diffstat (limited to 'Tests/RunCMake/ExcludeFromAll')
-rw-r--r-- | Tests/RunCMake/ExcludeFromAll/RunCMakeTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/ExcludeFromAll/RunCMakeTest.cmake b/Tests/RunCMake/ExcludeFromAll/RunCMakeTest.cmake index 2b4fc89..3876ceb 100644 --- a/Tests/RunCMake/ExcludeFromAll/RunCMakeTest.cmake +++ b/Tests/RunCMake/ExcludeFromAll/RunCMakeTest.cmake @@ -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)") |