mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gzip: Add tests.
This commit is contained in:
parent
c511149c58
commit
778047ce46
1 changed files with 7 additions and 0 deletions
|
@ -14,3 +14,10 @@ checksum=ff1767ec444f71e5daf8972f6f8bf68cfcca1d2f76c248eb18e8741fc91dbbd3
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) configure_args+=" DEFS=NO_ASM gl_cv_func_fflush_stdin=yes" ;;
|
*-musl) configure_args+=" DEFS=NO_ASM gl_cv_func_fflush_stdin=yes" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# help-version test is know to fail
|
||||||
|
sed -i '1721,1727d;1447d' tests/Makefile
|
||||||
|
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue