tests/src/test-mathutils.c: define AUBIO_UNSTABLE here
authorPaul Brossier <piem@piem.org>
Sun, 15 Jul 2012 22:44:43 +0000 (16:44 -0600)
committerPaul Brossier <piem@piem.org>
Sun, 15 Jul 2012 22:44:43 +0000 (16:44 -0600)
tests/src/test-mathutils.c

index bb3756cc227d8fb32d2fa18b4e76f332fdcad674..fe97c547338d346736acd8586ed60a088c0a4f38 100644 (file)
@@ -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);