From 1f578ec5a1baa75b557af2261518d9fb8aee488b Mon Sep 17 00:00:00 2001 From: Thomas Wienecke Date: Tue, 11 Mar 2014 19:11:46 +0100 Subject: Add unit tests for mch_[gs]etperm. Use preprocessor trick proposed by @mahkoh to import 'defines' like S_IRUSR. --- scripts/unittest.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 -- cgit