Changing the namespace of TestSuite to webrtc::test.
Adding gmock initialization into main test runner class Review URL: http://webrtc-codereview.appspot.com/254004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@885 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
//
|
||||
// Example use:
|
||||
// Assume we have the following code being used in a test source file:
|
||||
// const std::string kInputFile = webrtc::testing::GetProjectRootPath() +
|
||||
// const std::string kInputFile = webrtc::test::GetProjectRootPath() +
|
||||
// "test/data/voice_engine/audio_long16.wav";
|
||||
// // Use the kInputFile for the tests...
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user