GNUmakefile: Add target for running scansion

This commit is contained in:
Kim Alvefur 2019-01-10 14:27:01 +01:00
parent 8c87ed548d
commit 45b1245e12

View file

@ -21,6 +21,7 @@ MKDIR_PRIVATE=$(MKDIR) -m750
LUACHECK=luacheck
BUSTED=busted
SCANSION=scansion
.PHONY: all test coverage clean install
@ -71,6 +72,11 @@ clean:
test:
$(BUSTED) --lua=$(RUNWITH)
integration-test: all
$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start
$(SCANSION) -d ./spec/scansion
$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop
coverage:
-rm -- luacov.*
$(BUSTED) --lua=$(RUNWITH) -c