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
This commit is contained in:
kjellander@webrtc.org 2012-02-22 15:37:39 +00:00
parent 0fe2171b59
commit f25ab5d318

View File

@ -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),