makefile: Allow configuring path to busted (to match GNUMakefile)

This commit is contained in:
Matthew Wild 2018-12-04 16:19:58 +00:00
parent 64b7335fd7
commit bd19b15347

View file

@ -20,6 +20,7 @@ MKDIR=install -d
MKDIR_PRIVATE=$(MKDIR) -m750
LUACHECK=luacheck
BUSTED=busted
.PHONY: all test clean install
@ -76,7 +77,7 @@ lint:
shellcheck configure
test:
busted --lua=$(RUNWITH)
$(BUSTED) --lua=$(RUNWITH)
prosody.install: prosody