aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2017-09-16 03:46:55 -0400
committerWaqas Hussain <waqas20@gmail.com>2017-09-16 03:46:55 -0400
commit94c243d8e6fe5f4fefb8ce646da137fde6bff5bc (patch)
tree509ea886ce9268e5c3d5aba80e28ff85c183b81c /Makefile
parente31d31312f8dad7fd1cef5a8330f40283fb79298 (diff)
downloadprosody-94c243d8e6fe5f4fefb8ce646da137fde6bff5bc.tar.gz
prosody-94c243d8e6fe5f4fefb8ce646da137fde6bff5bc.zip
Makefile: Update `make test` to use the "busted" test runner
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a5f75c19..5302dda0 100644
--- a/Makefile
+++ b/Makefile
@@ -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