# HG changeset patch # User Kim Alvefur # Date 1452381474 -3600 # Node ID d9e620adfb6444fae5b92867029bbfb8b9f17315 # Parent aab022cb8e292dedd45a67a17d3247687ea395b1 Makefile: Add 'test' target that runs tests diff -r aab022cb8e29 -r d9e620adfb64 Makefile --- 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