From f25ab5d318f8a0439f386835531565cac9008626 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 22 Feb 2012 15:37:39 +0000 Subject: [PATCH] Enabling metrics_unittests that was created in http://webrtc-codereview.appspot.com/333025/ BUG= TEST=Tested successfully using metrics_unittests in Debug+Release on Linux, Mac and Windows. No Valgrind warnings on Linux. Review URL: https://webrtc-codereview.appspot.com/403001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1743 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 04aca005f..b66c263e4 100755 --- a/tools/continuous_build/master.cfg +++ b/tools/continuous_build/master.cfg @@ -127,6 +127,7 @@ NORMAL_TESTS = { 'libyuv_unittests': (True, True, True), 'jpeg_unittests': (True, True, True), 'media_file_unittests': (True, True, True), + 'metrics_unittests': (True, True, True), 'neteq_unittests': (True, True, True), 'pcm16b_unittests': (True, True, True), 'resampler_unittests': (True, True, True),