Diff

GNUmakefile @ 9429:5f51710d7c1e

make coverage: Allow overriding path to busted
author Kim Alvefur <zash@zash.se>
date Wed, 03 Oct 2018 16:41:37 +0200
parent 9423:d4e8aedc0f82
child 9779:0b04099b49de
line wrap: on
line diff
--- 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