Mercurial > hg > constant-q-cpp
diff Makefile.inc @ 135:cb0f0e317a33
Different interpolation types; start on timing tests
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 19 May 2014 13:02:08 +0100 |
parents | 7b48d7ae41e4 |
children | b043b6cee17a |
line wrap: on
line diff
--- a/Makefile.inc Mon May 19 12:50:26 2014 +0100 +++ b/Makefile.inc Mon May 19 13:02:08 2014 +0100 @@ -69,6 +69,7 @@ TEST_SOURCES := \ $(TEST_DIR)/TestCQFrequency.cpp \ + $(TEST_DIR)/TestCQTime.cpp \ $(TEST_DIR)/TestFFT.cpp \ $(TEST_DIR)/TestMathUtilities.cpp \ $(TEST_DIR)/TestResampler.cpp \ @@ -146,6 +147,8 @@ vamp/Pitch.o: vamp/Pitch.h test/TestCQFrequency.o: cq/CQSpectrogram.h cq/ConstantQ.h cq/CQBase.h test/TestCQFrequency.o: cq/CQParameters.h cq/CQKernel.h src/dsp/Window.h +test/TestCQTime.o: cq/CQSpectrogram.h cq/ConstantQ.h cq/CQBase.h +test/TestCQTime.o: cq/CQParameters.h cq/CQKernel.h src/dsp/Window.h test/TestFFT.o: src/dsp/FFT.h test/TestMathUtilities.o: src/dsp/MathUtilities.h src/dsp/nan-inf.h test/TestResampler.o: src/dsp/Resampler.h src/dsp/Window.h src/dsp/FFT.h