From 2ff321a3c7f3b705424cf86951e568a810274eed Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Sun, 10 Jan 2016 00:17:54 +0100
Subject: Makefile: Add 'test' target that runs tests

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'Makefile')

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
 
-- 
cgit v1.2.3