From 7f201d94c130898d93c2f36fa8212c83b9c89c24 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 3 Oct 2018 16:41:37 +0200 Subject: make coverage: Allow overriding path to busted --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3