diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-01 17:25:33 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-01 21:11:00 -0400 |
commit | b051d7d41bda5d7d4e1ff6e94f666e424b7a3d57 (patch) | |
tree | b448423b26faf95613ee8732e6f413bd50206ddb /tests/cachekey/project/sources/local2.bst | |
parent | 7c966e09ba3b7d20698acb445e358337624e54cb (diff) | |
download | buildstream-b051d7d41bda5d7d4e1ff6e94f666e424b7a3d57.tar.gz |
tests/cachekey: Adding Cache Key tests
This test should contain an entry for every element and source plugin
in buildstream. Further, an entry should exist for every feature of
every plugin which may effect cache key calculation.
MANIFEST.in: Adding .expected files used in this test to the
generated dist tarballs.
Diffstat (limited to 'tests/cachekey/project/sources/local2.bst')
-rw-r--r-- | tests/cachekey/project/sources/local2.bst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cachekey/project/sources/local2.bst b/tests/cachekey/project/sources/local2.bst new file mode 100644 index 000000000..a7b34fc54 --- /dev/null +++ b/tests/cachekey/project/sources/local2.bst @@ -0,0 +1,5 @@ +kind: import +sources: +- kind: local + path: files/local + directory: opt |