aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/common/159 reserved targets/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/test cases/common/159 reserved targets/meson.build b/test cases/common/159 reserved targets/meson.build
index a173bf3..32ab952 100644
--- a/test cases/common/159 reserved targets/meson.build
+++ b/test cases/common/159 reserved targets/meson.build
@@ -1,5 +1,6 @@
-project('reserved target names', 'c',
- default_options : ['b_coverage=true'])
+project('reserved target names', 'c')
+ # FIXME: Setting this causes it to leak to all other tests
+ #default_options : ['b_coverage=true']
subdir('all')
subdir('benchmark')