From 9ffcf836f312b69878572b70980b0aae1512fa6f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 3 Mar 2013 13:42:01 -0500 Subject: [PATCH] tests/src/io/: add AUBIO_UNSTABLE --- tests/src/io/test-sink_apple_audio_file.c | 1 + tests/src/io/test-source_apple_audio_file.c | 1 + 2 files changed, 2 insertions(+) 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" -- 2.26.2