From 5614f0eeeb81989b59db9f81bdd0a3f173281319 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Mon, 9 Apr 2018 21:16:19 +0000 Subject: community/asio: add check --- community/asio/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'community/asio/APKBUILD') diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD index 09d65c474c..97f6a3ffcc 100644 --- a/community/asio/APKBUILD +++ b/community/asio/APKBUILD @@ -2,7 +2,7 @@ pkgname=asio pkgver=1.12.0 _ver=${pkgver//./-} -pkgrel=0 +pkgrel=1 pkgdesc="A cross-platform C++ library for network programming" url="https://think-async.com" arch="all" @@ -31,6 +31,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install -- cgit v1.2.3