tests: Make tests work with new namespace prefix
authorKim Alvefur <zash@zash.se>
Fri, 17 Mar 2023 17:07:47 +0100
changeset 12977 cc215923297f
parent 12976 ead41e25ebc0
child 12978 ba409c67353b
tests: Make tests work with new namespace prefix
GNUmakefile
--- 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