main/lua5.1: add test

This commit is contained in:
A. Wilcox 2018-02-09 19:44:22 -06:00 committed by William Pitcock
parent 4d77b6334a
commit dba5821d65

View File

@ -3,7 +3,7 @@ pkgname=lua5.1
_pkgname=lua
pkgver=5.1.5
_luaver=${pkgname#lua}
pkgrel=6
pkgrel=7
pkgdesc="A powerful light-weight programming language designed for extending applications."
url="https://www.lua.org/"
arch="all"
@ -60,6 +60,11 @@ build() {
alpine_all
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"