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/utils/test-log.c

    rb65230a r9720945  
    2424int main (void)
    2525{
    26   aubio_init();
    27 
    2826  fprintf(stdout, "### testing normal logging\n");
    2927  AUBIO_ERR("testing normal AUBIO_LOG_ERR\n");
     
    5957  AUBIO_DBG("testing again normal AUBIO_LOG_DBG\n");
    6058
    61   aubio_cleanup();
    62  
    6359  return 0;
    6460}
Note: See TracChangeset for help on using the changeset viewer.