mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/xa: enable tests
This commit is contained in:
parent
792379e6ab
commit
fb47d19b2f
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=xa
|
||||
pkgver=2.3.9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="cross-assembler and utility suite for 65xx/65816 processors"
|
||||
url="https://www.floodgap.com/retrotech/xa"
|
||||
arch="all"
|
||||
@ -11,7 +11,6 @@ checkdepends="perl"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
options="!check" # broken test suite
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
@ -20,7 +19,7 @@ build() {
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make test
|
||||
make -j1 test
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user