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 | fad428a8e7e85aa23b499c5c1e168e256c2e7226 (patch) | |
tree | 509ea886ce9268e5c3d5aba80e28ff85c183b81c | |
parent | a408d9d94650c1156431759db7ca31b97b2b7c14 (diff) | |
download | prosody-fad428a8e7e85aa23b499c5c1e168e256c2e7226.tar.gz prosody-fad428a8e7e85aa23b499c5c1e168e256c2e7226.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 |