Makefile: Reduce verbosity of 'make test' so it only shows test failures
authorMatthew Wild <mwild1@gmail.com>
Fri, 04 Mar 2016 22:17:38 +0000
changeset 7237 161f9f163e37
parent 7236 71ca252d9f69
child 7238 ee1f7e1e548c
Makefile: Reduce verbosity of 'make test' so it only shows test failures
Makefile
--- a/Makefile	Fri Mar 04 22:17:16 2016 +0000
+++ b/Makefile	Fri Mar 04 22:17:38 2016 +0000
@@ -53,7 +53,7 @@
 	$(MAKE) clean -C util-src
 
 test:
-	cd tests && $(RUNWITH) test.lua
+	cd tests && $(RUNWITH) test.lua 0
 
 util/%.so:
 	$(MAKE) install -C util-src