tests/src: add AUBIO_UNSTABLE where needed
authorPaul Brossier <piem@piem.org>
Thu, 22 Oct 2009 01:24:37 +0000 (03:24 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 22 Oct 2009 01:24:37 +0000 (03:24 +0200)
13 files changed:
tests/src/test-beattracking.c
tests/src/test-filterbank.c
tests/src/test-filterbank_mel.c
tests/src/test-hist.c
tests/src/test-onsetdetection.c
tests/src/test-peakpick.c
tests/src/test-pitchfcomb.c
tests/src/test-pitchmcomb.c
tests/src/test-pitchschmitt.c
tests/src/test-pitchyin.c
tests/src/test-pitchyinfft.c
tests/src/test-scale.c
tests/src/test-tss.c

index a14f304..63794fe 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <stdio.h>
 #include <aubio.h>
 
index ba66a23..5a1d096 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <stdio.h>
 #include <aubio.h>
 
index 8218f1c..3e417f9 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <stdio.h>
 #include <aubio.h>
 
index 5df3c2a..5c87b50 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 #include <stdlib.h>
 
index 77ef7a8..fb90de2 100644 (file)
@@ -1,4 +1,6 @@
 
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int
index 7cf0deb..1e44318 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 45b350e..a6fb74a 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 75c1a5a..aaecc3d 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 75edc6b..08500a7 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 795be34..719c30f 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 9b26e3d..93bb0ce 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index ee2bfa6..3fc7202 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 05d077c..b8ac41c 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <stdio.h>
+#define AUBIO_UNSTABLE 1
 #include <aubio.h>
 
 int main(){