mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 21:38:50 +00:00
Add unit tests for mch_[gs]etperm.
Use preprocessor trick proposed by @mahkoh to import 'defines' like S_IRUSR.
This commit is contained in:
committed by
Thiago de Arruda
parent
231d4511d1
commit
1f578ec5a1
@@ -6,4 +6,5 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user