aboutsummaryrefslogtreecommitdiffstats
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
commit7f4c360c085efd29b0b4e922397bb6c4a132e3ba (patch)
tree912b4bbe340f0f9c7a7e32b7f33163c2422b4907
parent2dd6c3b86122921a0655eceeb77e31ba81a8a5d5 (diff)
downloadprosody-7f4c360c085efd29b0b4e922397bb6c4a132e3ba.tar.gz
prosody-7f4c360c085efd29b0b4e922397bb6c4a132e3ba.zip
Makefile: Add 'test' target that runs tests
-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