haproxy-awslc: add "devel" test suite to check()

This commit is contained in:
Whyme Lyu 2026-02-15 09:38:14 +08:00
parent 038b92b469
commit 7a8917a540
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = haproxy-awslc
pkgdesc = Reliable, high performance TCP/HTTP load balancer built with aws-lc
pkgver = 3.3.3
pkgrel = 1
pkgrel = 2
url = https://www.haproxy.org/
install = haproxy.install
arch = x86_64

View file

@ -15,7 +15,7 @@
pkgname=haproxy-awslc
_pkgname=haproxy
pkgver=3.3.3
pkgrel=1
pkgrel=2
pkgdesc='Reliable, high performance TCP/HTTP load balancer built with aws-lc'
url='https://www.haproxy.org/'
@ -115,7 +115,7 @@ check() {
fi
make \
REGTESTS_TYPES=default \
REGTESTS_TYPES=default,devel \
VTEST_PROGRAM=/usr/bin/vtest \
unit-tests reg-tests
}