Comparison

Makefile @ 7234:161f9f163e37

Makefile: Reduce verbosity of 'make test' so it only shows test failures
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2016 22:17:38 +0000
parent 7165:f0e6757261bc
child 7237:472736b583fb
comparison
equal deleted inserted replaced
7233:71ca252d9f69 7234:161f9f163e37
51 rm -f prosody.cfg.lua.install 51 rm -f prosody.cfg.lua.install
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 56 cd tests && $(RUNWITH) test.lua 0
57 57
58 util/%.so: 58 util/%.so:
59 $(MAKE) install -C util-src 59 $(MAKE) install -C util-src
60 60
61 %.install: % 61 %.install: %