diff options
Diffstat (limited to 'integration-tests/tar-test/project.conf')
-rw-r--r-- | integration-tests/tar-test/project.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/integration-tests/tar-test/project.conf b/integration-tests/tar-test/project.conf new file mode 100644 index 000000000..4212ca3d1 --- /dev/null +++ b/integration-tests/tar-test/project.conf @@ -0,0 +1,14 @@ +# Import-test BuildStream project configuration. + +# Project name +# +name: script-test + +aliases: + gnomesdk: https://sdk.gnome.org/ + +# Base project relative element path, elements will be loaded +# from this base. + +element-path: elements + |