Lines Matching defs:test
17 // refer to test resource files in a portable way.
20 // also supported to use slash, so there's no need for #ifdef checks in test
24 // Assume we have the following code being used in a test source file:
25 // const std::string kInputFile = webrtc::test::ProjectRootPath() +
26 // "test/data/voice_engine/audio_long16.wav";
32 // * Test project located in /home/user/webrtc/trunk/src/testproject
33 // * Test binary compiled as:
36 // the test binary is executed from standing in either of:
44 // * Test project located in C:\Users\user\webrtc\trunk\src\testproject
45 // * Test binary compiled as:
48 // test binary is executed from inside Visual Studio.
49 // It will also return the same path if the test is executed from a command
54 // * Test project located in /Users/user/webrtc/trunk/src/testproject
55 // * Test binary compiled as:
58 // the test binary is executed from standing in either of:
70 namespace test {
95 // and other test artifacts should be put. The output directory is always a
140 } // namespace test