Makefile: Add 'test' target that runs tests
authorKim Alvefur <zash@zash.se>
Sat, 9 Jan 2016 23:17:54 +0000 (00:17 +0100)
committerKim Alvefur <zash@zash.se>
Sat, 9 Jan 2016 23:17:54 +0000 (00:17 +0100)
Makefile

index 130d8aa7a31e7d9c423f165d0ed84ff7881bd252..0138e05cfe3907e4b3b1a1556ad2e3643a0036a2 100644 (file)
--- 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