Diff

Makefile @ 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
parent 7879:5d0175d3ecf4
child 8346:a567a646cf21
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