diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-03-11 19:11:46 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-15 11:50:22 -0300 |
commit | 1f578ec5a1baa75b557af2261518d9fb8aee488b (patch) | |
tree | d3322c795566e967fd2af3cc2fded077b93bff9a /scripts/unittest.sh | |
parent | 231d4511d1f24bb96bb17eff7a448fb360eba9c6 (diff) | |
download | rneovim-1f578ec5a1baa75b557af2261518d9fb8aee488b.tar.gz rneovim-1f578ec5a1baa75b557af2261518d9fb8aee488b.tar.bz2 rneovim-1f578ec5a1baa75b557af2261518d9fb8aee488b.zip |
Add unit tests for mch_[gs]etperm.
Use preprocessor trick proposed by @mahkoh to import 'defines' like
S_IRUSR.
Diffstat (limited to 'scripts/unittest.sh')
-rw-r--r-- | scripts/unittest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/unittest.sh b/scripts/unittest.sh index 600d6d5b3c..539fae6401 100644 --- a/scripts/unittest.sh +++ b/scripts/unittest.sh @@ -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 |