Diff

Makefile @ 8346:a567a646cf21

Makefile: Tell busted to use the configured Lua version (or C modules won't load)
author Kim Alvefur <zash@zash.se>
date Sun, 22 Oct 2017 20:41:11 +0200
parent 8238:1339d7ed54d5
child 8554:12a68e0d0ecf
line wrap: on
line diff
--- 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