summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExcludeFromAll
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 21:10:00 (GMT)
committerJosef Angstenberger <code@jtxa.de>2021-05-07 15:00:14 (GMT)
commit9a862e8837045f27bc55296967f5a2b9fab0f994 (patch)
treee5b08da1d3739651b6a43f5f5d56d1f398b1b2a5 /Tests/RunCMake/ExcludeFromAll
parent9d0042362007b11ba2ca6c57f677b310cbd77dc5 (diff)
downloadCMake-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.cmake2
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)")