mirror of
https://github.com/neovim/neovim.git
synced 2025-11-04 17:54:30 +00:00
11 lines
249 B
Bash
11 lines
249 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
|
|
make -C ./test/includes
|
|
busted --pattern=.moon -o $BUSTED_OUTPUT_TYPE ./test
|