Renaming neteq_opus_fec_quality_test.
neteq_opus_fec_quality_test has been modified to test more configurations of Opus than only FEC. It makes sense to rename it to neteq_opus_quality_test. This was planned in https://webrtc-codereview.appspot.com/45619004/ but was forgotten. This CL handles it, and makes it easy for review. BUG= R=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45709004 Cr-Commit-Position: refs/heads/master@{#8782} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8782 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
840da7b755
commit
8f76cd25ec
@ -189,7 +189,7 @@
|
||||
},
|
||||
|
||||
{
|
||||
'target_name': 'neteq_opus_fec_quality_test',
|
||||
'target_name': 'neteq_opus_quality_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'neteq',
|
||||
@ -200,7 +200,7 @@
|
||||
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||
],
|
||||
'sources': [
|
||||
'test/neteq_opus_fec_quality_test.cc',
|
||||
'test/neteq_opus_quality_test.cc',
|
||||
],
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user