Prepend the current test case's working temporary directory to
| 39 | |
| 40 | // Prepend the current test case's working temporary directory to <prefix> |
| 41 | string Prefix(const string& prefix) { |
| 42 | return strings::StrCat(testing::TmpDir(), "/", prefix); |
| 43 | } |
| 44 | |
| 45 | // Construct a data input directory by prepending the test data root |
| 46 | // directory to <prefix> |
no test coverage detected