diff Makefile @ 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 70b0f1f9e039
children e07c05ea8952
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: