aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/173 identical target name in subproject flat layout/meson.build
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-04-23 19:16:44 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-04-23 23:03:26 +0300
commit10197aa9d140211feeefeccfaae1d2a64c69d2d3 (patch)
tree157bb9f7b95058d2e05e2e567c8ddf6e64050bea /test cases/common/173 identical target name in subproject flat layout/meson.build
parent22d0e6dd550472caf396b906ec0ae37c01899ad7 (diff)
downloadmeson-10197aa9d140211feeefeccfaae1d2a64c69d2d3.zip
meson-10197aa9d140211feeefeccfaae1d2a64c69d2d3.tar.gz
meson-10197aa9d140211feeefeccfaae1d2a64c69d2d3.tar.bz2
Xcode: a few more skips.
Diffstat (limited to 'test cases/common/173 identical target name in subproject flat layout/meson.build')
-rw-r--r--test cases/common/173 identical target name in subproject flat layout/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/common/173 identical target name in subproject flat layout/meson.build b/test cases/common/173 identical target name in subproject flat layout/meson.build
index d859fda..ce1d4b8 100644
--- a/test cases/common/173 identical target name in subproject flat layout/meson.build
+++ b/test cases/common/173 identical target name in subproject flat layout/meson.build
@@ -1,5 +1,9 @@
project('subproject 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.