aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-18 19:08:01 +0100
committerKim Alvefur <zash@zash.se>2016-02-18 19:08:01 +0100
commit2c3bcf3a57c7718472224e6998789ef74eca7ef1 (patch)
tree12f908b23c359cd09ad1f5b1298b97d84ea3a73b /Makefile
parente349fb9c87b903509fdef01fbb08e4b1871f96b5 (diff)
downloadprosody-2c3bcf3a57c7718472224e6998789ef74eca7ef1.tar.gz
prosody-2c3bcf3a57c7718472224e6998789ef74eca7ef1.zip
Makefile: Use runtime set by configure (fixes #629)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0138e05c..4e4a407d 100644
--- 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