summaryrefslogtreecommitdiff
path: root/tests/format/include/conditional-conflicts-toplevel-precedence/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/include/conditional-conflicts-toplevel-precedence/project.conf')
-rw-r--r--tests/format/include/conditional-conflicts-toplevel-precedence/project.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/format/include/conditional-conflicts-toplevel-precedence/project.conf b/tests/format/include/conditional-conflicts-toplevel-precedence/project.conf
new file mode 100644
index 000000000..1a970acde
--- /dev/null
+++ b/tests/format/include/conditional-conflicts-toplevel-precedence/project.conf
@@ -0,0 +1,22 @@
+name: test
+
+options:
+ build_arch:
+ type: arch
+ description: Architecture
+ variable: build_arch
+ values:
+ - i586
+ - x86_64
+
+# The work_around.yml sets this to false in it's conditional
+# and we set it to true, testing here that the including
+# fragment still takes precedence over any included fragments.
+variables:
+ (?):
+ - build_arch == "i586":
+ enable-work-around: "true"
+
+(@):
+ - extra_conf.yml
+ - work_around.yml