Diff

Makefile @ 7237:472736b583fb

tests: Add extra tests for util.json
author Matthew Wild <mwild1@gmail.com>
date Sat, 05 Mar 2016 20:48:20 +0000
parent 7234:161f9f163e37
child 7680:47be42c9eea3
line wrap: on
line diff
--- a/Makefile	Fri Mar 04 22:27:04 2016 +0000
+++ b/Makefile	Sat Mar 05 20:48:20 2016 +0000
@@ -54,6 +54,7 @@
 
 test:
 	cd tests && $(RUNWITH) test.lua 0
+	# Skipping: cd tests && RUNWITH=$(RUNWITH) ./test_util_json.sh
 
 util/%.so:
 	$(MAKE) install -C util-src