diff --git a/testing/php7-libsodium/APKBUILD b/testing/php7-libsodium/APKBUILD index a9ea0f0274e..c960aa50faf 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"