diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-03-05 20:48:20 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-03-05 20:48:20 +0000 |
commit | 5d33051ecc8a62231f0dd37f4176a87b19e83534 (patch) | |
tree | e708589be73c3c8c13e8dc3614684d4d3f66ef43 /Makefile | |
parent | 2d56536be48758e1332090eb6528f8a294887468 (diff) | |
download | prosody-5d33051ecc8a62231f0dd37f4176a87b19e83534.tar.gz prosody-5d33051ecc8a62231f0dd37f4176a87b19e83534.zip |
tests: Add extra tests for util.json
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ clean: test: cd tests && $(RUNWITH) test.lua 0 + # Skipping: cd tests && RUNWITH=$(RUNWITH) ./test_util_json.sh util/%.so: $(MAKE) install -C util-src |