mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
file: Add tests.
This commit is contained in:
parent
4b0650b1e3
commit
48d5b98493
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="file"
|
hostmakedepends="file"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue