mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 18:43:47 +01:00
haproxy-awslc: add "devel" test suite to check()
This commit is contained in:
parent
038b92b469
commit
7a8917a540
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue