Mercurial > hg > qm-dsp
diff tests/Makefile @ 119:2020c73dc997 pvoc
Phase vocoder: provide time-domain and freq-domain inputs separately; update tests etc
author | Chris Cannam |
---|---|
date | Thu, 03 Oct 2013 12:58:36 +0100 |
parents | fac40444b8c3 |
children | a37635bbb2c1 |
line wrap: on
line diff
--- a/tests/Makefile Wed Oct 02 18:22:06 2013 +0100 +++ b/tests/Makefile Thu Oct 03 12:58:36 2013 +0100 @@ -8,7 +8,7 @@ TESTS := test-window test-fft test-pvoc all: $(TESTS) - for t in $(TESTS); do echo "Running $$t"; ./"$$t" || exit 1; done + for t in $(TESTS); do echo "Running $$t"; valgrind ./"$$t" || exit 1; done test-window: TestWindow.o $(LIBS) $(CXX) -o $@ $^ $(LDFLAGS)