From c631cc08bbeff8c43b69567d6f28571e9db70126 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 29 Nov 2018 16:57:36 +0100 Subject: [PATCH] [tests] add new_aubio_window tests --- tests/src/test-mathutils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/test-mathutils.c b/tests/src/test-mathutils.c index 0a6eedff..43c88227 100644 --- a/tests/src/test-mathutils.c +++ b/tests/src/test-mathutils.c @@ -102,7 +102,7 @@ int test_aubio_window (void) fvec_print(window); window_size /= 2.; - window = new_aubio_window("triangle", window_size); + window = new_aubio_window("parzen", window_size); fvec_print(window); del_fvec(window); @@ -116,5 +116,6 @@ int main (void) test_next_power_of_two(); test_miditofreq(); test_freqtomidi(); + test_aubio_window(); return 0; } -- 2.11.0