Enable audioproc_unittest on Windows.

BUG=none
TEST=none

Review URL: https://webrtc-codereview.appspot.com/373009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1550 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-01-25 17:59:03 +00:00
parent 7adda5cb1b
commit 96bc9c420f

View File

@ -163,7 +163,7 @@ DEFAULT_MACOS_TESTS = ["audio_coding_module_test",
# TODO(andrew): most tests should now run properly on Windows. # TODO(andrew): most tests should now run properly on Windows.
DEFAULT_WIN_TESTS = ["audio_coding_unittests", DEFAULT_WIN_TESTS = ["audio_coding_unittests",
#"audioproc_unittest", "audioproc_unittest",
"libyuv_unittests", "libyuv_unittests",
"neteq_unittests", "neteq_unittests",
"resampler_unittests", "resampler_unittests",
@ -171,6 +171,8 @@ DEFAULT_WIN_TESTS = ["audio_coding_unittests",
#"test_fec" #"test_fec"
"vad_unittests", "vad_unittests",
"video_engine_core_unittests", "video_engine_core_unittests",
# TODO(andrew): enable when this is fixed:
# http://code.google.com/p/webrtc/issues/detail?id=247
#"video_processing_unittests", #"video_processing_unittests",
"voice_engine_unittests", "voice_engine_unittests",
"vp8_unittests"] "vp8_unittests"]