diff options
author | Kim Alvefur <zash@zash.se> | 2023-03-17 17:07:47 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-03-17 17:07:47 +0100 |
commit | ffd1561c5e93ee8ef2195ff61175cbf30494acd5 (patch) | |
tree | bd2aeaaba55f471b8851652b1ace2b3405a6feae /GNUmakefile | |
parent | d47a7bb3bde921168e40a27cb2d0fc847c63167e (diff) | |
download | prosody-ffd1561c5e93ee8ef2195ff61175cbf30494acd5.tar.gz prosody-ffd1561c5e93ee8ef2195ff61175cbf30494acd5.zip |
tests: Make tests work with new namespace prefix
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
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 |