summaryrefslogtreecommitdiff
path: root/tests/frontend/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/__init__.py')
-rw-r--r--tests/frontend/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/frontend/__init__.py b/tests/frontend/__init__.py
index ad1f9ea92..65ecda3ef 100644
--- a/tests/frontend/__init__.py
+++ b/tests/frontend/__init__.py
@@ -6,5 +6,6 @@ from buildstream import _yaml
#
def configure_project(path, config):
config["name"] = "test"
+ config["min-version"] = "2.0"
config["element-path"] = "elements"
_yaml.roundtrip_dump(config, os.path.join(path, "project.conf"))