main/wget: run all tests

This commit is contained in:
Sertonix 2025-01-27 16:18:08 +00:00 committed by Celeste
parent 59420f440b
commit 898f94b6f4

View file

@ -4,7 +4,7 @@
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=wget
pkgver=1.25.0
pkgrel=0
pkgrel=1
pkgdesc="Network utility to retrieve files from the Web"
url="https://www.gnu.org/software/wget/wget.html"
arch="all"
@ -44,9 +44,7 @@ build() {
}
check() {
# FIXME: We're not running top-level "check" to skip fuzz tests that
# are currently broken.
make -C tests check
make check
}
package() {