diff options
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 \ |