From ba15221de563d5b54d57d3c04274372df13ce667 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 5 Mar 2012 12:01:05 +0000 Subject: [PATCH] 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 --- tools/continuous_build/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/continuous_build/master.cfg b/tools/continuous_build/master.cfg index 4ebbdc5cc0..afe506a831 100755 --- a/tools/continuous_build/master.cfg +++ b/tools/continuous_build/master.cfg @@ -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), }