GNUmakefile: Allow overriding path to busted

This commit is contained in:
Kim Alvefur 2018-09-09 19:23:52 +02:00
parent b84cf60060
commit 7cd756895e

View file

@ -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.*