summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-15 13:50:57 (GMT)
committerBrad King <brad.king@kitware.com>2023-05-15 14:18:54 (GMT)
commita4d114e8cdee623adb73af812968d7de67cdc639 (patch)
tree6328031449b9ea822616de87edcc4cff759c5884 /Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake
parentbafb6e999d41a2b613e3c92ade97025de9d2ca27 (diff)
downloadCMake-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/XcodeBundles-install-check.cmake')
-rw-r--r--Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake b/Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake
deleted file mode 100644
index 758d730..0000000
--- a/Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-file(GLOB DIRECTORIES LIST_DIRECTORIES true
- "${RunCMake_TEST_BINARY_DIR}/_install/FooExtension/*.*")
-
-foreach(DIRECTORY IN LISTS DIRECTORIES)
- if(NOT DIRECTORY MATCHES "\\.foo$")
- message(SEND_ERROR "Extension does not match ${DIRECTORY}")
- endif()
-endforeach()