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:
@ -30,7 +30,7 @@
|
|||||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'aec/system_delay_test.cc',
|
'aec/system_delay_unittest.cc',
|
||||||
'test/unit_test.cc',
|
'test/unit_test.cc',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user