testing/xa: enable tests

This commit is contained in:
Henrik Riomar 2019-03-01 19:36:30 +01:00
parent 792379e6ab
commit fb47d19b2f

View File

@ -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() {