From 38a0d28d35876f3302a00be388239acac5f0e9ad Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 15 Feb 2012 09:45:51 +0000 Subject: [PATCH] Enabling jpeg_unittests in buildbots. The test has been executed successfully on all platforms. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/387007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1690 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/continuous_build/master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/continuous_build/master.cfg b/tools/continuous_build/master.cfg index 563c5e93bb..69f8a68b80 100755 --- a/tools/continuous_build/master.cfg +++ b/tools/continuous_build/master.cfg @@ -125,6 +125,7 @@ NORMAL_TESTS = { "g711_unittests": (True, True, True), "g722_unittests": (True, True, True), "libyuv_unittests": (True, True, True), + "jpeg_unittests": (True, True, True), "media_file_unittests": (True, True, True), "neteq_unittests": (True, True, True), "pcm16b_unittests": (True, True, True),