From 180f83f8e2dc92d53355df72b236e97ee0adb0c7 Mon Sep 17 00:00:00 2001 From: "bjornv@webrtc.org" Date: Wed, 18 Apr 2012 07:01:10 +0000 Subject: [PATCH] File name change to follow style A unit test should end with *_unittest.* Otherwise the test itself will be evaluated for line coverage. Tested with audioproc_unittest BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/493008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2045 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../aec/{system_delay_test.cc => system_delay_unittest.cc} | 0 src/modules/audio_processing/apm_tests.gypi | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/modules/audio_processing/aec/{system_delay_test.cc => system_delay_unittest.cc} (100%) diff --git a/src/modules/audio_processing/aec/system_delay_test.cc b/src/modules/audio_processing/aec/system_delay_unittest.cc similarity index 100% rename from src/modules/audio_processing/aec/system_delay_test.cc rename to src/modules/audio_processing/aec/system_delay_unittest.cc diff --git a/src/modules/audio_processing/apm_tests.gypi b/src/modules/audio_processing/apm_tests.gypi index 2b85d0ff98..0d2a852a56 100644 --- a/src/modules/audio_processing/apm_tests.gypi +++ b/src/modules/audio_processing/apm_tests.gypi @@ -30,7 +30,7 @@ '<(webrtc_root)/../testing/gtest.gyp:gtest', ], 'sources': [ - 'aec/system_delay_test.cc', + 'aec/system_delay_unittest.cc', 'test/unit_test.cc', ], },