aboutsummaryrefslogtreecommitdiff
path: root/scripts/unittest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/unittest.sh')
-rw-r--r--scripts/unittest.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/unittest.sh b/scripts/unittest.sh
deleted file mode 100644
index 539fae6401..0000000000
--- a/scripts/unittest.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-. 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