tests/: build with -Wmissing-declarations
authorPaul Brossier <piem@piem.org>
Mon, 30 Dec 2013 23:12:22 +0000 (19:12 -0400)
committerPaul Brossier <piem@piem.org>
Mon, 30 Dec 2013 23:12:22 +0000 (19:12 -0400)
tests/src/test-mathutils.c
tests/src/utils/test-parameter.c

index 62631f0..ad20d75 100644 (file)
@@ -3,6 +3,11 @@
 #define AUBIO_UNSTABLE 1
 #include <aubio.h>
 
+int test_next_power_of_two (void);
+int test_miditofreq (void);
+int test_freqtomidi (void);
+int test_aubio_window (void);
+
 int test_next_power_of_two (void)
 {
   uint_t a, b;
index dd2b963..073d9c3 100644 (file)
@@ -1,6 +1,8 @@
 #include <aubio.h>
 #include "utils_tests.h"
 
+void get_some_steps ( aubio_parameter_t * param );
+
 void get_some_steps ( aubio_parameter_t * param )
 {
   uint_t i = 0;