From: Paul Brossier Date: Sun, 3 Mar 2013 18:42:01 +0000 (-0500) Subject: tests/src/io/: add AUBIO_UNSTABLE X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ffcf836f312b69878572b70980b0aae1512fa6f;p=aubio.git tests/src/io/: add AUBIO_UNSTABLE --- diff --git a/tests/src/io/test-sink_apple_audio_file.c b/tests/src/io/test-sink_apple_audio_file.c index 195f5d78..29a3b087 100644 --- a/tests/src/io/test-sink_apple_audio_file.c +++ b/tests/src/io/test-sink_apple_audio_file.c @@ -1,3 +1,4 @@ +#define AUBIO_UNSTABLE 1 #include #include "utils_tests.h" diff --git a/tests/src/io/test-source_apple_audio_file.c b/tests/src/io/test-source_apple_audio_file.c index 796b7960..6a293546 100644 --- a/tests/src/io/test-source_apple_audio_file.c +++ b/tests/src/io/test-source_apple_audio_file.c @@ -1,3 +1,4 @@ +#define AUBIO_UNSTABLE 1 #include #include "utils_tests.h"