From b1973034f77d25256459bfb0707bf1bdaf19e39f Mon Sep 17 00:00:00 2001 From: prspkt Date: Mon, 23 Jul 2018 20:22:31 +0300 Subject: testing/libtorrent-rasterbar: enable tests, add check function --- testing/libtorrent-rasterbar/APKBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testing') diff --git a/testing/libtorrent-rasterbar/APKBUILD b/testing/libtorrent-rasterbar/APKBUILD index 8b39ed38aa..bd73e14fb3 100644 --- a/testing/libtorrent-rasterbar/APKBUILD +++ b/testing/libtorrent-rasterbar/APKBUILD @@ -23,10 +23,17 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ + --enable-tests \ --enable-python-binding \ --with-boost-system=boost_system make } + +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install -- cgit v1.2.3