Software /
code /
prosody
Comparison
GNUmakefile @ 12973:cc215923297f
tests: Make tests work with new namespace prefix
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 17 Mar 2023 17:07:47 +0100 |
parent | 12947:14a44b1a51d0 |
child | 12979:fbbf4f0db8f0 |
comparison
equal
deleted
inserted
replaced
12972:ead41e25ebc0 | 12973:cc215923297f |
---|---|
101 rm -f prosody.cfg.lua.install | 101 rm -f prosody.cfg.lua.install |
102 rm -f prosody.version | 102 rm -f prosody.version |
103 $(MAKE) clean -C util-src | 103 $(MAKE) clean -C util-src |
104 | 104 |
105 test: | 105 test: |
106 $(BUSTED) --lua=$(RUNWITH) | 106 $(BUSTED) --helper loader --lua=$(RUNWITH) |
107 | 107 |
108 test-%: | 108 test-%: |
109 $(BUSTED) --lua=$(RUNWITH) -r $* | 109 $(BUSTED) --helper loader --lua=$(RUNWITH) -r $* |
110 | 110 |
111 integration-test: all | 111 integration-test: all |
112 $(MKDIR) data | 112 $(MKDIR) data |
113 $(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start | 113 $(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start |
114 $(SCANSION) -d ./spec/scansion; R=$$? \ | 114 $(SCANSION) -d ./spec/scansion; R=$$? \ |