enable video_processing_unittests for Win

BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/368006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1539 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
ivinnichenko@webrtc.org 2012-01-24 19:28:21 +00:00
parent 2fc722ceda
commit d22430662d

View File

@ -617,6 +617,8 @@ class WebRTCWinFactory(WebRTCFactory):
self.AddCommonTestRunStep(test)
elif test == "video_engine_core_unittests":
self.AddCommonTestRunStep(test)
elif test == "video_processing_unittests":
self.AddCommonTestRunStep(test)
elif test == "audio_coding_unittests":
self.AddCommonTestRunStep(test)
else: