Changeset

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
parents 8345:850c433eb862
children 8349:2342eccf4a88
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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