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 | 7f4c360c085efd29b0b4e922397bb6c4a132e3ba (patch) | |
tree | 912b4bbe340f0f9c7a7e32b7f33163c2422b4907 | |
parent | 2dd6c3b86122921a0655eceeb77e31ba81a8a5d5 (diff) | |
download | prosody-7f4c360c085efd29b0b4e922397bb6c4a132e3ba.tar.gz prosody-7f4c360c085efd29b0b4e922397bb6c4a132e3ba.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 |