From 3e3e81ccf091b06e68212d40932d9f3d83a83ab8 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 23 Apr 2021 20:02:04 +0300 Subject: Xcode: one more skip. --- test cases/common/182 same target name flat layout/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test cases') 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. -- cgit v1.1