make coverage: Allow overriding path to busted
authorKim Alvefur <zash@zash.se>
Wed, 03 Oct 2018 16:41:37 +0200
changeset 9432 5f51710d7c1e
parent 9431 8e7feec95e8d
child 9433 412ff404bf58
make coverage: Allow overriding path to busted
GNUmakefile
--- a/GNUmakefile	Mon Oct 01 23:46:10 2018 +0200
+++ b/GNUmakefile	Wed Oct 03 16:41:37 2018 +0200
@@ -73,7 +73,7 @@
 
 coverage:
 	-rm -- luacov.*
-	busted --lua=$(RUNWITH) -c
+	$(BUSTED) --lua=$(RUNWITH) -c
 	luacov
 	luacov-console
 	luacov-console -s