Intel IPP support for aubio
[aubio.git] / tests / src / io / test-source_wavread.c
index 23511ca..d9f6239 100644 (file)
@@ -7,6 +7,8 @@
 
 int main (int argc, char **argv)
 {
+  aubio_init();
+
   uint_t err = 0;
   if (argc < 2) {
     err = 2;
@@ -60,5 +62,8 @@ beach:
   err = 3;
   PRINT_ERR("aubio was not compiled with aubio_source_wavread\n");
 #endif /* HAVE_WAVREAD */
+
+  aubio_cleanup();
+  
   return err;
 }