Software /
code /
prosody
Changeset
9288:1330b5290a10
GNUmakefile: Allow overriding path to busted
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Sep 2018 19:23:52 +0200 |
parents | 9287:420e0bf55bf5 |
children | 9289:b5fc11475b5d |
files | GNUmakefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/GNUmakefile Sun Sep 09 19:23:26 2018 +0200 +++ b/GNUmakefile Sun Sep 09 19:23:52 2018 +0200 @@ -20,6 +20,7 @@ MKDIR_PRIVATE=$(MKDIR) -m750 LUACHECK=luacheck +BUSTED=busted .PHONY: all test coverage clean install @@ -68,7 +69,7 @@ $(MAKE) clean -C util-src test: - busted --lua=$(RUNWITH) + $(BUSTED) --lua=$(RUNWITH) coverage: -rm -- luacov.*