aboutsummaryrefslogtreecommitdiffstats
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
commit7b9355994bff374e6fc2b578df410313fab0e9ce (patch)
tree12f908b23c359cd09ad1f5b1298b97d84ea3a73b
parentcecd6ca31df847722dc98eb88d374bc58f3020c8 (diff)
downloadprosody-7b9355994bff374e6fc2b578df410313fab0e9ce.tar.gz
prosody-7b9355994bff374e6fc2b578df410313fab0e9ce.zip
Makefile: Use runtime set by configure (fixes #629)
-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