diff Makefile.inc @ 135:2c73618b4067 vamp-fft-revision

Add regression test
author Chris Cannam
date Fri, 19 Aug 2016 11:31:57 +0100
parents 50e39363a3cb
children 72bda34e0e64
line wrap: on
line diff
--- a/Makefile.inc	Thu Aug 20 16:06:01 2015 +0100
+++ b/Makefile.inc	Fri Aug 19 11:31:57 2016 +0100
@@ -27,14 +27,15 @@
          test/test-fft \
          test/test-yin \
          test/test-mononote
-         
+	 
 OBJECTS := $(SOURCES:.cpp=.o)
 OBJECTS := $(OBJECTS:.c=.o)
 
 PLUGIN_OBJECTS := $(OBJECTS) $(PLUGIN_MAIN:.cpp=.o)
 
 all: $(PLUGIN) $(TESTS)
-	for t in $(TESTS); do echo "Running $$t"; ./"$$t" || exit 1; done
+	@for t in $(TESTS); do echo; echo "Running $$t"; ./"$$t" || exit 1; done
+	@echo; bash ./test/regression.sh
 
 plugin: $(PLUGIN)