From da562bd12d49b3969edffbf63cd1aad8b609d3e6 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Thu, 8 Mar 2018 03:48:18 +0200 Subject: testing/php7-libsodium: add check --- testing/php7-libsodium/APKBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/php7-libsodium/APKBUILD b/testing/php7-libsodium/APKBUILD index a9ea0f0274..c960aa50fa 100644 --- a/testing/php7-libsodium/APKBUILD +++ b/testing/php7-libsodium/APKBUILD @@ -20,6 +20,12 @@ build() { make } +check() { + cd "$builddir" + + make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test +} + package() { cd "$builddir" -- cgit v1.2.3