Software /
code /
prosody
Diff
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 |
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