aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-01-10 00:17:54 +0100
committerKim Alvefur <zash@zash.se>2016-01-10 00:17:54 +0100
commit2ff321a3c7f3b705424cf86951e568a810274eed (patch)
tree912b4bbe340f0f9c7a7e32b7f33163c2422b4907 /Makefile
parentfa8f996af8dca13fbbe567f94a4ab8ff9606da15 (diff)
downloadprosody-2ff321a3c7f3b705424cf86951e568a810274eed.tar.gz
prosody-2ff321a3c7f3b705424cf86951e568a810274eed.zip
Makefile: Add 'test' target that runs tests
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