projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd2434
)
tests/src/test-mathutils.c: define AUBIO_UNSTABLE here
author
Paul Brossier
<piem@piem.org>
Sun, 15 Jul 2012 22:44:43 +0000
(16:44 -0600)
committer
Paul Brossier
<piem@piem.org>
Sun, 15 Jul 2012 22:44:43 +0000
(16:44 -0600)
tests/src/test-mathutils.c
patch
|
blob
|
history
diff --git
a/tests/src/test-mathutils.c
b/tests/src/test-mathutils.c
index bb3756cc227d8fb32d2fa18b4e76f332fdcad674..fe97c547338d346736acd8586ed60a088c0a4f38 100644
(file)
--- 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(){
-
in
t 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);