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 /MANIFEST.in | |
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 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index dba8d6528..7647e69ce 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,3 +16,4 @@ recursive-include tests *.yaml recursive-include tests *.bst recursive-include tests *.conf recursive-include tests *.sh +recursive-include tests *.expected |