Intel IPP support for aubio
[aubio.git] / tests / src / io / test-sink_sndfile.c
index fe95310..56d211f 100644 (file)
@@ -7,6 +7,8 @@
 
 int main (int argc, char **argv)
 {
+  aubio_init();
+
   sint_t err = 0;
 
   if (argc < 3) {
@@ -63,5 +65,8 @@ beach_fvec:
   err = 3;
   PRINT_ERR("aubio was not compiled with aubio_source_sndfile\n");
 #endif /* HAVE_SNDFILE */
+
+  aubio_cleanup();
+  
   return err;
 }