mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
makefile: Allow configuring path to busted (to match GNUMakefile)
This commit is contained in:
parent
64b7335fd7
commit
bd19b15347
1 changed files with 2 additions and 1 deletions
3
makefile
3
makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue