mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
tests: Make tests work with new namespace prefix
This commit is contained in:
parent
d47a7bb3bd
commit
ffd1561c5e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue