aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-04-23 20:02:04 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-04-23 23:03:26 +0300
commit3e3e81ccf091b06e68212d40932d9f3d83a83ab8 (patch)
treee92b8e517e5989afa10927a8aee06bfe574c0ee5 /test cases
parente80a13af730867f484f017bc99059a5ddc654d4b (diff)
downloadmeson-3e3e81ccf091b06e68212d40932d9f3d83a83ab8.zip
meson-3e3e81ccf091b06e68212d40932d9f3d83a83ab8.tar.gz
meson-3e3e81ccf091b06e68212d40932d9f3d83a83ab8.tar.bz2
Xcode: one more skip.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/common/182 same target name flat layout/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/common/182 same target name flat layout/meson.build b/test cases/common/182 same target name flat layout/meson.build
index a3c95fa..cfad2c2 100644
--- a/test cases/common/182 same target name flat layout/meson.build
+++ b/test cases/common/182 same target name flat layout/meson.build
@@ -1,5 +1,9 @@
project('subdir targets', 'c')
+if meson.backend() == 'xcode'
+ error('MESON_SKIP_TEST: many targets with the same name not supported in Xcode. Patches welcome.')
+endif
+
# Idea behind this test is to create targets with identical name
# but different output files. We can do this by choosing different
# name_prefix of libraries. Target id does not depend on name_prefix.