Austin Schuh | c243b42 | 2020-10-11 15:35:08 -0700 | [diff] [blame^] | 1 | #ifndef AOS_TESTING_TMPDIR_H_ |
2 | #define AOS_TESTING_TMPDIR_H_ | ||||
3 | |||||
4 | #include <string> | ||||
5 | |||||
6 | namespace aos { | ||||
7 | namespace testing { | ||||
8 | |||||
9 | // Returns a usable temporary directory. | ||||
10 | std::string TestTmpDir(); | ||||
11 | |||||
12 | } // namespace testing | ||||
13 | } // namespace aos | ||||
14 | |||||
15 | #endif // AOS_TESTING_TMPDIR_H_ |