blob: 7e643424bf4b2efa850b35c7bafeef7a987a6235 [file] [log] [blame]
Austin Schuhc243b422020-10-11 15:35:08 -07001#ifndef AOS_TESTING_TMPDIR_H_
2#define AOS_TESTING_TMPDIR_H_
3
4#include <string>
5
6namespace aos {
7namespace testing {
8
9// Returns a usable temporary directory.
10std::string TestTmpDir();
11
12} // namespace testing
13} // namespace aos
14
15#endif // AOS_TESTING_TMPDIR_H_