changeset 198:94bab7bfbc78

Run the test-suite with more verbose output.
author Lucas Thompson <dev@lucas.im>
date Thu, 09 Feb 2017 11:00:46 +0000
parents cbbc806097cf
children 5f71b038d193
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Feb 07 20:42:20 2017 +0000
+++ b/Makefile	Thu Feb 09 11:00:46 2017 +0000
@@ -47,7 +47,7 @@
 	c++ $(CXXFLAGS) $(INCFLAGS) -c $< -o $@
 
 test:	all
-	bin/test-suite
+	bin/test-suite -s -d yes
 	vamp-server/test.sh
 
 clean: