aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-01-10 03:57:17 +0100
committerKim Alvefur <zash@zash.se>2016-01-10 03:57:17 +0100
commit0f30c79999e4572c62f8f5bdfd29771b746db8d3 (patch)
tree64202f4daef595ff51640c1810fbb2751775faa4 /Makefile
parentfb972a1ea95f574ecacd7a213a04c4cab5e41f56 (diff)
parent596cd6813cca26de9864a92650b04aa90d4af3c3 (diff)
downloadprosody-0f30c79999e4572c62f8f5bdfd29771b746db8d3.tar.gz
prosody-0f30c79999e4572c62f8f5bdfd29771b746db8d3.zip
Merge 0.10->trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 130d8aa7..0138e05c 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,9 @@ clean:
rm -f prosody.version
$(MAKE) clean -C util-src
+test:
+ cd tests && ./run_tests.sh
+
util/%.so:
$(MAKE) install -C util-src