diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 03:29:03 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 03:35:29 (EDT) |
commit | 0f115f6cedafa47a6767c4e8e318684f2a31adc7 (patch) | |
tree | 4be14058fc707cc01ca05ae9b164b172ac1d10cf /tests | |
parent | 737e59f749774b8e617cf3a284efa339c98bfc21 (diff) |
tests/data/pkg/build: New file
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/data/pkg/build | 6 | ||||
-rw-r--r-- | tests/local.mk | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/pkg/build b/tests/data/pkg/build new file mode 100755 index 0000000..281d686 --- /dev/null +++ b/tests/data/pkg/build @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +build: + +install: build + install -p -m 755 -D src/src/foo.sh foo.data/usr/bin/foo.sh diff --git a/tests/local.mk b/tests/local.mk index efe258a..068fd55 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -32,6 +32,7 @@ EXTRA_DIST += \ tests/aux/common.sh \ tests/data/pkg/README \ tests/data/pkg/bar.pkg/control \ + tests/data/pkg/build \ tests/data/pkg/changelog \ tests/data/pkg/control \ tests/data/pkg/copyright \ |