Comparison

Makefile @ 8238:1339d7ed54d5

Makefile: Update `make test` to use the "busted" test runner
author Waqas Hussain <waqas20@gmail.com>
date Sat, 16 Sep 2017 03:46:55 -0400
parent 7879:5d0175d3ecf4
child 8346:a567a646cf21
comparison
equal deleted inserted replaced
8237:f81cd9aaf994 8238:1339d7ed54d5
63 rm -f prosody.cfg.lua.install 63 rm -f prosody.cfg.lua.install
64 rm -f prosody.version 64 rm -f prosody.version
65 $(MAKE) clean -C util-src 65 $(MAKE) clean -C util-src
66 66
67 test: 67 test:
68 cd tests && $(RUNWITH) test.lua 0 68 busted
69 # Skipping: cd tests && RUNWITH=$(RUNWITH) ./test_util_json.sh
70 69
71 util/%.so: 70 util/%.so:
72 $(MAKE) install -C util-src 71 $(MAKE) install -C util-src
73 72
74 %.install: % 73 %.install: %