diff options
author | Waqas Hussain <waqas20@gmail.com> | 2017-09-16 03:46:55 -0400 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2017-09-16 03:46:55 -0400 |
commit | 94c243d8e6fe5f4fefb8ce646da137fde6bff5bc (patch) | |
tree | 509ea886ce9268e5c3d5aba80e28ff85c183b81c | |
parent | e31d31312f8dad7fd1cef5a8330f40283fb79298 (diff) | |
download | prosody-94c243d8e6fe5f4fefb8ce646da137fde6bff5bc.tar.gz prosody-94c243d8e6fe5f4fefb8ce646da137fde6bff5bc.zip |
Makefile: Update `make test` to use the "busted" test runner
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -65,8 +65,7 @@ clean: $(MAKE) clean -C util-src test: - cd tests && $(RUNWITH) test.lua 0 - # Skipping: cd tests && RUNWITH=$(RUNWITH) ./test_util_json.sh + busted util/%.so: $(MAKE) install -C util-src |