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
This commit is contained in:
bjornv@webrtc.org 2012-04-18 07:01:10 +00:00
parent 1bc98bc873
commit 180f83f8e2
2 changed files with 1 additions and 1 deletions

View File

@ -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',
],
},