mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
GNUmakefile: Allow overriding path to busted
This commit is contained in:
parent
b84cf60060
commit
7cd756895e
1 changed files with 2 additions and 1 deletions
|
@ -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.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue