diff options
author | Brad King <brad.king@kitware.com> | 2023-05-15 13:50:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-05-15 14:18:54 (GMT) |
commit | a4d114e8cdee623adb73af812968d7de67cdc639 (patch) | |
tree | 6328031449b9ea822616de87edcc4cff759c5884 /Tests/RunCMake/XcodeProject-Device/XcodeIOSInstallCombinedSingleArch-cmakeinstall-check.cmake | |
parent | bafb6e999d41a2b613e3c92ade97025de9d2ca27 (diff) | |
download | CMake-a4d114e8cdee623adb73af812968d7de67cdc639.zip CMake-a4d114e8cdee623adb73af812968d7de67cdc639.tar.gz CMake-a4d114e8cdee623adb73af812968d7de67cdc639.tar.bz2 |
Tests: Split some RunCMake.XcodeProject cases into a separate test
The `RunCMake.XcodeProject` has many cases and occasionally fails
due to timeout. Move iOS and other device-specific cases to a new
`RunCMake.XcodeProject-Device` test.
Diffstat (limited to 'Tests/RunCMake/XcodeProject-Device/XcodeIOSInstallCombinedSingleArch-cmakeinstall-check.cmake')
-rw-r--r-- | Tests/RunCMake/XcodeProject-Device/XcodeIOSInstallCombinedSingleArch-cmakeinstall-check.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/XcodeProject-Device/XcodeIOSInstallCombinedSingleArch-cmakeinstall-check.cmake b/Tests/RunCMake/XcodeProject-Device/XcodeIOSInstallCombinedSingleArch-cmakeinstall-check.cmake new file mode 100644 index 0000000..3f7c379 --- /dev/null +++ b/Tests/RunCMake/XcodeProject-Device/XcodeIOSInstallCombinedSingleArch-cmakeinstall-check.cmake @@ -0,0 +1,2 @@ +# Expect the same results whether installing directly or via cmake --install +include(${CMAKE_CURRENT_LIST_DIR}/XcodeIOSInstallCombinedSingleArch-install-check.cmake) |