main/lua5.3: add test

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

View File

@ -3,7 +3,7 @@ pkgname=lua5.3
_pkgname=lua
pkgver=5.3.4
_luaver=${pkgname#lua}
pkgrel=4
pkgrel=5
pkgdesc="Powerful light-weight programming language"
url="https://www.lua.org/"
arch="all"
@ -55,6 +55,11 @@ build() {
alpine_all
}
check() {
cd "$builddir"
make test
}
package() {
local i
cd "$builddir"