summaryrefslogtreecommitdiffstats
path: root/test cases/common/131 override options/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/131 override options/meson.build')
-rw-r--r--test cases/common/131 override options/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/131 override options/meson.build b/test cases/common/131 override options/meson.build
new file mode 100644
index 0000000..4dd8d79
--- /dev/null
+++ b/test cases/common/131 override options/meson.build
@@ -0,0 +1,6 @@
+project('option override', 'c',
+ default_options : 'unity=on')
+
+executable('mustunity', 'one.c', 'two.c')
+executable('notunity', 'three.c', 'four.c',
+ override_options : ['unity=off'])