Software /
code /
prosody
Comparison
Makefile @ 7237:472736b583fb
tests: Add extra tests for util.json
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 05 Mar 2016 20:48:20 +0000 |
parent | 7234:161f9f163e37 |
child | 7680:47be42c9eea3 |
comparison
equal
deleted
inserted
replaced
7235:ee1f7e1e548c | 7237:472736b583fb |
---|---|
52 rm -f prosody.version | 52 rm -f prosody.version |
53 $(MAKE) clean -C util-src | 53 $(MAKE) clean -C util-src |
54 | 54 |
55 test: | 55 test: |
56 cd tests && $(RUNWITH) test.lua 0 | 56 cd tests && $(RUNWITH) test.lua 0 |
57 # Skipping: cd tests && RUNWITH=$(RUNWITH) ./test_util_json.sh | |
57 | 58 |
58 util/%.so: | 59 util/%.so: |
59 $(MAKE) install -C util-src | 60 $(MAKE) install -C util-src |
60 | 61 |
61 %.install: % | 62 %.install: % |