Changeset 0546c1f3 for tests


Ignore:
Timestamp:
Dec 31, 2013, 12:12:22 AM (10 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, pitchshift, sampler, timestretch, yinfft+
Children:
fe87823
Parents:
029bf4e
Message:

tests/: build with -Wmissing-declarations

Location:
tests/src
Files:
2 edited

Legend:

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

    r029bf4e r0546c1f3  
    33#define AUBIO_UNSTABLE 1
    44#include <aubio.h>
     5
     6int test_next_power_of_two (void);
     7int test_miditofreq (void);
     8int test_freqtomidi (void);
     9int test_aubio_window (void);
    510
    611int test_next_power_of_two (void)
  • tests/src/utils/test-parameter.c

    r029bf4e r0546c1f3  
    11#include <aubio.h>
    22#include "utils_tests.h"
     3
     4void get_some_steps ( aubio_parameter_t * param );
    35
    46void get_some_steps ( aubio_parameter_t * param )
Note: See TracChangeset for help on using the changeset viewer.