aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-03-17 17:07:47 +0100
committerKim Alvefur <zash@zash.se>2023-03-17 17:07:47 +0100
commitffd1561c5e93ee8ef2195ff61175cbf30494acd5 (patch)
treebd2aeaaba55f471b8851652b1ace2b3405a6feae /GNUmakefile
parentd47a7bb3bde921168e40a27cb2d0fc847c63167e (diff)
downloadprosody-ffd1561c5e93ee8ef2195ff61175cbf30494acd5.tar.gz
prosody-ffd1561c5e93ee8ef2195ff61175cbf30494acd5.zip
tests: Make tests work with new namespace prefix
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 732ae645..b13f7a47 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -103,10 +103,10 @@ clean:
$(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