mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
10 lines
225 B
Bash
10 lines
225 B
Bash
. scripts/common.sh
|
|
|
|
(cd "$pkgroot/build" && make) || exit 1
|
|
eval "$(luarocks path)"
|
|
|
|
if [ -z "$BUSTED_OUTPUT_TYPE" ]; then
|
|
export BUSTED_OUTPUT_TYPE="utf_terminal"
|
|
fi
|
|
busted --pattern=.moon -o $BUSTED_OUTPUT_TYPE ./test
|