Changeset

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
parents 8237:f81cd9aaf994
children 8239:20e3d5689cce
files Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Sep 15 17:17:07 2017 -0400
+++ b/Makefile	Sat Sep 16 03:46:55 2017 -0400
@@ -65,8 +65,7 @@
 	$(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