diff options
author | Kim Alvefur <zash@zash.se> | 2016-01-10 00:17:54 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-01-10 00:17:54 +0100 |
commit | 2ff321a3c7f3b705424cf86951e568a810274eed (patch) | |
tree | 912b4bbe340f0f9c7a7e32b7f33163c2422b4907 | |
parent | fa8f996af8dca13fbbe567f94a4ab8ff9606da15 (diff) | |
download | prosody-2ff321a3c7f3b705424cf86951e568a810274eed.tar.gz prosody-2ff321a3c7f3b705424cf86951e568a810274eed.zip |
Makefile: Add 'test' target that runs tests
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |