Software /
code /
prosody
Changeset
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 |
parents | 12972:ead41e25ebc0 |
children | 12974:ba409c67353b |
files | GNUmakefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/GNUmakefile Fri Mar 17 16:23:07 2023 +0100 +++ b/GNUmakefile Fri Mar 17 17:07:47 2023 +0100 @@ -103,10 +103,10 @@ $(MAKE) clean -C util-src test: - $(BUSTED) --lua=$(RUNWITH) + $(BUSTED) --helper loader --lua=$(RUNWITH) test-%: - $(BUSTED) --lua=$(RUNWITH) -r $* + $(BUSTED) --helper loader --lua=$(RUNWITH) -r $* integration-test: all $(MKDIR) data