testing/php7-libsodium: add check

This commit is contained in:
Andy Postnikov 2018-03-08 03:48:18 +02:00
parent df479671cc
commit da562bd12d

View File

@ -20,6 +20,12 @@ build() {
make
}
check() {
cd "$builddir"
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
}
package() {
cd "$builddir"