tests: Make tests work with new namespace prefix

This commit is contained in:
Kim Alvefur 2023-03-17 17:07:47 +01:00
parent d47a7bb3bd
commit ffd1561c5e

View file

@ -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