# HG changeset patch # User Matthew Wild # Date 1543940398 0 # Node ID bf32f2282b18c8732a22f4c6f727a318465f71c1 # Parent 814a9d89d2bd413d66d4103c0f06c42277108af8 makefile: Allow configuring path to busted (to match GNUMakefile) diff -r 814a9d89d2bd -r bf32f2282b18 makefile --- a/makefile Tue Dec 04 16:19:08 2018 +0000 +++ b/makefile Tue Dec 04 16:19:58 2018 +0000 @@ -20,6 +20,7 @@ MKDIR_PRIVATE=$(MKDIR) -m750 LUACHECK=luacheck +BUSTED=busted .PHONY: all test clean install @@ -76,7 +77,7 @@ shellcheck configure test: - busted --lua=$(RUNWITH) + $(BUSTED) --lua=$(RUNWITH) prosody.install: prosody