diff options
author | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-06-19 15:20:41 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-06-24 15:08:03 +0900 |
commit | 0384aad17bcf46cfb393b50d85cc6a3cd9346e3b (patch) | |
tree | f31e8f766f50fe37bf96dc12898cdf39a9c56d9c /tests/format/junctions/internal-double/project.conf | |
parent | 05f6958f9eba15077fe02270e1e099fecfa2b7aa (diff) | |
download | buildstream-0384aad17bcf46cfb393b50d85cc6a3cd9346e3b.tar.gz |
tests/format/junctions.py: Adding tests for internal junctions
Diffstat (limited to 'tests/format/junctions/internal-double/project.conf')
-rw-r--r-- | tests/format/junctions/internal-double/project.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/format/junctions/internal-double/project.conf b/tests/format/junctions/internal-double/project.conf new file mode 100644 index 000000000..20636c446 --- /dev/null +++ b/tests/format/junctions/internal-double/project.conf @@ -0,0 +1,2 @@ +name: test +min-version: 2.0 |