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
commitfad428a8e7e85aa23b499c5c1e168e256c2e7226 (patch)
tree509ea886ce9268e5c3d5aba80e28ff85c183b81c /Makefile
parenta408d9d94650c1156431759db7ca31b97b2b7c14 (diff)
downloadprosody-fad428a8e7e85aa23b499c5c1e168e256c2e7226.tar.gz
prosody-fad428a8e7e85aa23b499c5c1e168e256c2e7226.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