diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 02:11:00 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 02:11:00 (EDT) |
commit | efdbcce9ff2f824f294898435a9d0304fc4d82a0 (patch) | |
tree | 95c783297022111329b94920cd716680e875c686 | |
parent | 5ec183573dd268b852cebb8fbcf739a946432abf (diff) |
tests/local.mk: Distribute test package files
-rw-r--r-- | tests/local.mk | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 1550f97..8aa5755 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -29,4 +29,15 @@ EXTRA_DIST += \ $(TESTS) \ build-aux/tap-driver.sh \ tests/aux/tap-functions.sh \ - tests/aux/common.sh + tests/aux/common.sh \ + tests/pkg/README \ + tests/pkg/bar.pkg/control \ + tests/pkg/changelog \ + tests/pkg/control \ + tests/pkg/copyright \ + tests/pkg/foo.pkg/control \ + tests/pkg/foo.pkg/docs \ + tests/pkg/format \ + tests/pkg/patches/01_goodbye.patch \ + tests/pkg/substvars \ + tests/src/src/foo.sh |