Makefile: Tell busted to use the configured Lua version (or C modules won't load)

This commit is contained in:
Kim Alvefur 2017-10-22 20:41:11 +02:00
parent a178b327f5
commit 4e1f9c8796

View file

@ -65,7 +65,7 @@ clean:
$(MAKE) clean -C util-src
test:
busted
busted --lua=$(RUNWITH)
util/%.so:
$(MAKE) install -C util-src