Makefile: Tell busted to use the configured Lua version (or C modules won't load)
authorKim Alvefur <zash@zash.se>
Sun, 22 Oct 2017 20:41:11 +0200
changeset 8349 a567a646cf21
parent 8348 850c433eb862
child 8352 2342eccf4a88
Makefile: Tell busted to use the configured Lua version (or C modules won't load)
Makefile
--- a/Makefile	Sun Oct 22 14:39:59 2017 +0200
+++ b/Makefile	Sun Oct 22 20:41:11 2017 +0200
@@ -65,7 +65,7 @@
 	$(MAKE) clean -C util-src
 
 test:
-	busted
+	busted --lua=$(RUNWITH)
 
 util/%.so:
 	$(MAKE) install -C util-src