Enabling vp8_unittests on Mac

BUG=Issue 273
TEST=vp8_unittests in Release mode on Mac.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1833 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2012-03-05 12:01:05 +00:00
parent fa6bc673b0
commit ba15221de5

View File

@ -128,7 +128,7 @@ NORMAL_TESTS = {
'video_engine_core_unittests': (True, True, True),
'video_processing_unittests': (True, True, True),
'voice_engine_unittests': (True, True, True),
'vp8_unittests': (True, False, True), # Issue 273.
'vp8_unittests': (True, True, True),
'webrtc_utility_unittests': (True, True, False),
}