Adding empty test method required to get code coverage
Review URL: http://webrtc-codereview.appspot.com/279008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@983 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
3caa327af0
commit
274c2efbc1
@ -38,6 +38,7 @@
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'CNG',
|
||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
||||
'<(webrtc_root)/../test/test.gyp:test_support_main',
|
||||
],
|
||||
'sources': [
|
||||
|
@ -12,7 +12,6 @@
|
||||
* Empty test just to get code coverage metrics for this dir.
|
||||
*/
|
||||
#include "webrtc_cng.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
|
||||
|
||||
TEST(CngTest, EmptyTestToGetCodeCoverage) {}
|
||||
|
@ -37,6 +37,7 @@
|
||||
'dependencies': [
|
||||
'G711',
|
||||
'<(webrtc_root)/../test/test.gyp:test_support_main',
|
||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
||||
],
|
||||
'sources': [
|
||||
'g711_unittest.cc',
|
||||
|
@ -12,7 +12,6 @@
|
||||
* Empty test just to get code coverage metrics for this dir.
|
||||
*/
|
||||
#include "g711_interface.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
|
||||
|
||||
TEST(G711Test, EmptyTestToGetCodeCoverage) {}
|
||||
|
@ -37,6 +37,7 @@
|
||||
'dependencies': [
|
||||
'G722',
|
||||
'<(webrtc_root)/../test/test.gyp:test_support_main',
|
||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
||||
],
|
||||
'sources': [
|
||||
'g722_unittest.cc',
|
||||
|
@ -12,7 +12,6 @@
|
||||
* Empty test just to get code coverage metrics for this dir.
|
||||
*/
|
||||
#include "g722_interface.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
|
||||
|
||||
TEST(G722Test, EmptyTestToGetCodeCoverage) {}
|
||||
|
@ -34,6 +34,7 @@
|
||||
'dependencies': [
|
||||
'PCM16B',
|
||||
'<(webrtc_root)/../test/test.gyp:test_support_main',
|
||||
'<(webrtc_root)/../testing/gtest.gyp:gtest',
|
||||
],
|
||||
'sources': [
|
||||
'pcm16b_unittest.cc',
|
||||
|
@ -12,7 +12,6 @@
|
||||
* Empty test just to get code coverage metrics for this dir.
|
||||
*/
|
||||
#include "pcm16b.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
|
||||
|
||||
TEST(Pcm16bTest, EmptyTestToGetCodeCoverage) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user