aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-06-19 16:08:16 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-06-27 22:10:16 +0200
commit8593c7efd4b98d25b1827cbb0a4cd91e1fab618d (patch)
tree2738e6cf23e7f4dc3867dece4e6ef7030deb5061 /testing
parentfdf22f4b9e80a9925784e92ef74c705c5f8eeed4 (diff)
downloadaports-8593c7efd4b98d25b1827cbb0a4cd91e1fab618d.tar.bz2
aports-8593c7efd4b98d25b1827cbb0a4cd91e1fab618d.tar.xz
testing/android-tools: disable check
Diffstat (limited to 'testing')
-rw-r--r--testing/android-tools/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/android-tools/APKBUILD b/testing/android-tools/APKBUILD
index 8236c2b388..dbdd7e7f94 100644
--- a/testing/android-tools/APKBUILD
+++ b/testing/android-tools/APKBUILD
@@ -10,6 +10,7 @@ arch="all !s390x"
license="Apache-2.0 MIT"
depends=""
depends_dev=""
+options="!check" # upstream doesn't have a test suite
makedepends="pcre2-dev linux-headers libusb-dev gtest-dev go perl cmake"
source="https://github.com/nmeum/$pkgname/releases/download/$_realver/$pkgname-$_realver.tar.xz"
builddir="$srcdir/$pkgname-$_realver"