ref: 735977567f15abf97fe24c8439f75c9a3e1c7a12
parent: 3cd243456ba97dae6fe6162eb6a6872e250b0d8c
author: Paul Brossier <piem@piem.org>
date: Sun Jul 15 12:44:43 EDT 2012
tests/src/test-mathutils.c: define AUBIO_UNSTABLE here
--- a/tests/src/test-mathutils.c
+++ b/tests/src/test-mathutils.c
@@ -1,9 +1,10 @@
#include <stdio.h>
#include <assert.h>
+#define AUBIO_UNSTABLE 1
#include <aubio.h>
int main(){
- int a, b;
+ uint_t a, b;
a = 31; b = aubio_next_power_of_two(a);
fprintf(stdout, "next_power_of_two of %d is %d\n", a, b);