From: Paul Brossier Date: Thu, 17 Sep 2009 02:38:50 +0000 (+0200) Subject: tests/src/Makefile.am: add filterbank_mel test X-Git-Tag: bzr2git~354 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc3c51bccfaa4d3f2b26ec029a38eebf9e1a0488;p=aubio.git tests/src/Makefile.am: add filterbank_mel test --- diff --git a/tests/src/Makefile.am b/tests/src/Makefile.am index 205af9e5..f97d33b5 100644 --- a/tests/src/Makefile.am +++ b/tests/src/Makefile.am @@ -16,7 +16,8 @@ bin_PROGRAMS = \ test-resample \ test-peakpick \ test-phasevoc \ - test-filterbank \ + test-filterbank \ + test-filterbank_mel \ test-phasevoc-jack \ test-onsetdetection \ test-pitchyin \