mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
7 lines
116 B
Bash
7 lines
116 B
Bash
|
. scripts/common.sh
|
||
|
|
||
|
(cd "$pkgroot/build" && make) || exit 1
|
||
|
eval "$(luarocks path)"
|
||
|
|
||
|
busted --pattern=.moon ./test
|