aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-03 16:41:37 +0200
committerKim Alvefur <zash@zash.se>2018-10-03 16:41:37 +0200
commit7f201d94c130898d93c2f36fa8212c83b9c89c24 (patch)
tree66bd138d0e2f511c7777ba221ac0b22d18e9e6c8 /GNUmakefile
parent22b14f4200cb9c8849ed7ffd7c608296d7ce446f (diff)
downloadprosody-7f201d94c130898d93c2f36fa8212c83b9c89c24.tar.gz
prosody-7f201d94c130898d93c2f36fa8212c83b9c89c24.zip
make coverage: Allow overriding path to busted
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 15b0e03d..6c134679 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -73,7 +73,7 @@ test:
coverage:
-rm -- luacov.*
- busted --lua=$(RUNWITH) -c
+ $(BUSTED) --lua=$(RUNWITH) -c
luacov
luacov-console
luacov-console -s