Commit c4e4aaaf authored by phoglund's avatar phoglund Committed by Commit bot

Enabling audio quality test on mac.

Note: will land on Monday; need to watch bots so that they execute the
test right.

TBR=vrk@chromium.org
BUG=418034

Review URL: https://codereview.chromium.org/599103006

Cr-Commit-Position: refs/heads/master@{#297166}
parent 26fb9711
...@@ -378,10 +378,10 @@ bool RunPesq(const base::FilePath& reference_file, ...@@ -378,10 +378,10 @@ bool RunPesq(const base::FilePath& reference_file,
return true; return true;
} }
#if defined(OS_LINUX) || defined(OS_WIN) #if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_MACOSX)
// Only implemented on Linux and Windows for now.
#define MAYBE_MANUAL_TestAudioQuality MANUAL_TestAudioQuality #define MAYBE_MANUAL_TestAudioQuality MANUAL_TestAudioQuality
#else #else
// Not implemented on Android, ChromeOS etc.
#define MAYBE_MANUAL_TestAudioQuality DISABLED_MANUAL_TestAudioQuality #define MAYBE_MANUAL_TestAudioQuality DISABLED_MANUAL_TestAudioQuality
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment