ref: 6bfbcdcd0289f064ba80830025f384a214e246cb
parent: 614963a4992753def0b8f69ad75c2576432d8760
parent: 735977567f15abf97fe24c8439f75c9a3e1c7a12
author: Paul Brossier <piem@piem.org>
date: Sun Jul 15 12:44:48 EDT 2012
Merge branch 'develop' into io
--- 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);