From 3fe109f4b01aae21976676a620a6d24a6fc0832b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 9 Sep 2018 19:23:52 +0200 Subject: GNUmakefile: Allow overriding path to busted --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.* -- cgit v1.2.3