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 a14f30426a502c07306fec1fbdc0173155dfec3f..63794feff679bcad20ef845bd1f504410060547d 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <stdio.h>
 #include <aubio.h>
 
index ba66a23a9df06cd011c5a5fbffe2bd79e51e4215..5a1d0965f9a97272f0aa5628ca1d2c28cbfc30a1 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <stdio.h>
 #include <aubio.h>
 
index 8218f1cf6887aa52e5ef65dcd377043492cd515c..3e417f9e6d9665dc377a23ff377b319261e16881 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <stdio.h>
 #include <aubio.h>
 
index 5df3c2a8e3e0f1fc547ef5690dc6f87513f94fcf..5c87b50142eb6130592835e89169641873a59d35 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 #include <stdlib.h>
 
index 77ef7a8fabb871bf47e2cf08ec2da8360e0f8e62..fb90de2b93f5cec2aed27c45721dcff70e10fa03 100644 (file)
@@ -1,4 +1,6 @@
 
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int
index 7cf0deb558b1c79d74066a5a578c74e04fdf7bd0..1e443181e0d5b457fb2e1aa6a3ad31b1eb353bba 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 45b350eba3ca3711acfa7f5df365399108f546cd..a6fb74a4ba14110044fa2b1d7ab7a84f3a7b0e78 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 75c1a5a75bbc4803c6d5673dbe41e3b9930b3bc8..aaecc3d34dc5d8beb17dbcfe5006b91f4b3d5cb9 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 75edc6bd7956df686f61950206e0c30e6c2e6321..08500a7222ac8b324af1d1a054a1ed12cf517cec 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 795be34eb17cbbee64e5e11520d9c1cf380c16b3..719c30ffc5554a62f6152dc499ffa4e02f2f3403 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 9b26e3ded0f76785ed3902a20a132b654797cb59..93bb0ce5cd56f91f7df0aabe69b5f42518a1b518 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index ee2bfa6e1e662051be75cbc413e145d1dfa1d681..3fc72025e2c554065b7d0a58bfadfdf625c0fa24 100644 (file)
@@ -1,3 +1,5 @@
+#define AUBIO_UNSTABLE 1
+
 #include <aubio.h>
 
 int main(){
index 05d077cfe750a39fe7060bff9d9f8f9845b667ec..b8ac41cd444e9f6d82400bb6ce55a13d6bf1e711 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <stdio.h>
+#define AUBIO_UNSTABLE 1
 #include <aubio.h>
 
 int main(){