Makefile: Use runtime set by configure (fixes #629)
authorKim Alvefur <zash@zash.se>
Thu, 18 Feb 2016 18:08:01 +0000 (19:08 +0100)
committerKim Alvefur <zash@zash.se>
Thu, 18 Feb 2016 18:08:01 +0000 (19:08 +0100)
Makefile

index 0138e05cfe3907e4b3b1a1556ad2e3643a0036a2..4e4a407daf5fc03e056162d08e0b2bf0a3d5d974 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ clean:
        $(MAKE) clean -C util-src
 
 test:
-       cd tests && ./run_tests.sh
+       cd tests && $(RUNWITH) test.lua
 
 util/%.so:
        $(MAKE) install -C util-src