Changeset 63bc67b for tests


Ignore:
Timestamp:
Nov 24, 2018, 6:03:01 PM (5 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:
88d3d31
Parents:
b1559f4c
Message:

[tests] check if tempo creation suceeded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/tempo/test-tempo.c

    rb1559f4c r63bc67b  
    3333  aubio_tempo_t * o = new_aubio_tempo("default", win_size, hop_size, samplerate);
    3434
     35  if (!o) { err = 1; goto beach_tempo; }
     36
    3537  do {
    3638    // put some fresh data in input vector
     
    5456  // clean up memory
    5557  del_aubio_tempo(o);
     58beach_tempo:
    5659  del_fvec(in);
    5760  del_fvec(out);
Note: See TracChangeset for help on using the changeset viewer.