diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-03-01 19:36:30 +0100 |
---|---|---|
committer | Henrik Riomar <henrik.riomar@gmail.com> | 2019-03-01 19:38:43 +0100 |
commit | fb47d19b2f3fbcb2c16c136ef94ea147593ffbc7 (patch) | |
tree | f3be54136e2e23ceddc7093ee2f8ccdbeafb8fe2 /testing/xa | |
parent | 792379e6ab7bb1d1caa603a42fe5d67d5d89224a (diff) | |
download | aports-fb47d19b2f3fbcb2c16c136ef94ea147593ffbc7.tar.bz2 aports-fb47d19b2f3fbcb2c16c136ef94ea147593ffbc7.tar.xz |
testing/xa: enable tests
Diffstat (limited to 'testing/xa')
-rw-r--r-- | testing/xa/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/xa/APKBUILD b/testing/xa/APKBUILD index fc5c861030..4e092b7d2b 100644 --- a/testing/xa/APKBUILD +++ b/testing/xa/APKBUILD @@ -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() { |