Diff

Makefile @ 7071:d9e620adfb64

Makefile: Add 'test' target that runs tests
author Kim Alvefur <zash@zash.se>
date Sun, 10 Jan 2016 00:17:54 +0100
parent 6907:a24c9c1edd67
child 7165:f0e6757261bc
line wrap: on
line diff
--- a/Makefile	Sun Jan 10 00:00:22 2016 +0100
+++ b/Makefile	Sun Jan 10 00:17:54 2016 +0100
@@ -52,6 +52,9 @@
 	rm -f prosody.version
 	$(MAKE) clean -C util-src
 
+test:
+	cd tests && ./run_tests.sh
+
 util/%.so:
 	$(MAKE) install -C util-src