Ignore:
Timestamp:
Oct 1, 2017, 4:00:07 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
7b183ce
Parents:
b65230a
Message:

tests/: undo changes, removing calls to aubio_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-sink_sndfile.c

    rb65230a r9720945  
    88int main (int argc, char **argv)
    99{
    10   aubio_init();
    11 
    1210  sint_t err = 0;
    1311
     
    6664  PRINT_ERR("aubio was not compiled with aubio_source_sndfile\n");
    6765#endif /* HAVE_SNDFILE */
    68 
    69   aubio_cleanup();
    70  
    7166  return err;
    7267}
Note: See TracChangeset for help on using the changeset viewer.