diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 02:31:57 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 02:31:57 (EDT) |
commit | dffd7a47fbdcac799b4ada5253eab42807d12324 (patch) | |
tree | e3cad090a574005137c5ec64bf120045df8b0a5b /tests/local.mk | |
parent | 1c86be26ca78ad0a227fea3cfc64a4c5641118dc (diff) |
tests/aux/common.sh: Copy test package files to build directory
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/local.mk b/tests/local.mk index 8aa5755..c8bbee6 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -30,14 +30,14 @@ EXTRA_DIST += \ build-aux/tap-driver.sh \ tests/aux/tap-functions.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 + tests/data/pkg/README \ + tests/data/pkg/bar.pkg/control \ + tests/data/pkg/changelog \ + tests/data/pkg/control \ + tests/data/pkg/copyright \ + tests/data/pkg/foo.pkg/control \ + tests/data/pkg/foo.pkg/docs \ + tests/data/pkg/format \ + tests/data/pkg/patches/01_goodbye.patch \ + tests/data/pkg/substvars \ + tests/data/src/src/foo.sh |