aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-09-09 19:23:52 +0200
committerKim Alvefur <zash@zash.se>2018-09-09 19:23:52 +0200
commit7cd756895eacf2e7aeb6eb6526e27b8bf810a494 (patch)
tree33bb4e7f126720d33bbfe2072187389f56498a33 /GNUmakefile
parentb84cf6006032596823f6bf2b0e3003d3d640abf0 (diff)
downloadprosody-7cd756895eacf2e7aeb6eb6526e27b8bf810a494.tar.gz
prosody-7cd756895eacf2e7aeb6eb6526e27b8bf810a494.zip
GNUmakefile: Allow overriding path to busted
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4836df85..ee52814b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -20,6 +20,7 @@ MKDIR=install -d
MKDIR_PRIVATE=$(MKDIR) -m750
LUACHECK=luacheck
+BUSTED=busted
.PHONY: all test coverage clean install
@@ -68,7 +69,7 @@ clean:
$(MAKE) clean -C util-src
test:
- busted --lua=$(RUNWITH)
+ $(BUSTED) --lua=$(RUNWITH)
coverage:
-rm -- luacov.*