- Timestamp:
- Mar 12, 2014, 4:11:50 PM (11 years ago)
- 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:
- fa6f6aa
- Parents:
- 46148d3
- Location:
- tests/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-cvec.c
r46148d3 r332487b 1 #include <aubio.h>1 #include "aubio.h" 2 2 #include "utils_tests.h" 3 3 -
tests/src/test-delnull.c
r46148d3 r332487b 1 1 #include <stdlib.h> 2 #include <aubio.h>2 #include "aubio.h" 3 3 4 4 // Because aubio does not check for double free, this program will crash. -
tests/src/test-fmat.c
r46148d3 r332487b 1 #include <aubio.h>2 #include <assert.h>1 #include "aubio.h" 2 #include "utils_tests.h" 3 3 4 4 // create a new matrix and fill it with i * 1. + j * .1, where i is the row, -
tests/src/test-fvec.c
r46148d3 r332487b 1 #include <aubio.h>2 #include <assert.h>1 #include "aubio.h" 2 #include "utils_tests.h" 3 3 4 4 int main (void) -
tests/src/test-lvec.c
r46148d3 r332487b 1 #include <aubio.h>1 #include "aubio.h" 2 2 #include "utils_tests.h" 3 3 -
tests/src/test-mathutils-window.c
r46148d3 r332487b 1 #include <aubio.h> 2 #include <math.h> 3 #include <stdio.h> 1 #include "aubio.h" 2 #include "utils_tests.h" 4 3 5 4 int main (void) -
tests/src/test-mathutils.c
r46148d3 r332487b 1 #include <stdio.h>2 #include <assert.h>3 1 #define AUBIO_UNSTABLE 1 4 #include <aubio.h> 2 #include "aubio.h" 3 #include "utils_tests.h" 5 4 6 5 int test_next_power_of_two (void);
Note: See TracChangeset
for help on using the changeset viewer.