GNUmakefile
changeset 9811 dcc85d72d5b3
parent 9783 0b04099b49de
child 10264 d6b9cacfef76
equal deleted inserted replaced
9810:b72d2f4153f7 9811:dcc85d72d5b3
    72 test:
    72 test:
    73 	$(BUSTED) --lua=$(RUNWITH)
    73 	$(BUSTED) --lua=$(RUNWITH)
    74 
    74 
    75 integration-test: all
    75 integration-test: all
    76 	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start
    76 	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start
    77 	$(SCANSION) -d ./spec/scansion
    77 	$(SCANSION) -d ./spec/scansion; R=$$? \
    78 	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop
    78 	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop \
       
    79 	exit $$R
    79 
    80 
    80 coverage:
    81 coverage:
    81 	-rm -- luacov.*
    82 	-rm -- luacov.*
    82 	$(BUSTED) --lua=$(RUNWITH) -c
    83 	$(BUSTED) --lua=$(RUNWITH) -c
    83 	luacov
    84 	luacov