blob: bf8e7d7d1ba30b972ce9648bf7c729474df965ee [file] [log] [blame]
#ifndef AOS_TESTING_TMPDIR_H_
#define AOS_TESTING_TMPDIR_H_
#include <string>
namespace aos::testing {
// Returns a usable temporary directory.
std::string TestTmpDir();
// Sets shm_base to a folder inside of TEST_TMPDIR if set, or --shm_base
// otherwise.
void SetTestShmBase();
} // namespace aos::testing
#endif // AOS_TESTING_TMPDIR_H_