Lines Matching defs:test_root
153 scoped_test_env() : test_root(available_cwd_path()) {
157 std::string cmd = "mkdir " + test_root.string();
159 std::string cmd = "mkdir -p " + test_root.string();
168 test_root = fs::canonical(test_root);
173 std::string cmd = "rmdir /s /q " + test_root.string();
180 std::string cmd = "find " + test_root.string() + " -exec chmod 777 {} \\;";
182 std::string cmd = "chmod -R 777 " + test_root.string();
202 cmd = "rm -rf " + test_root.string();
215 std::string root = test_root.string();
218 fs::path tmp(test_root);
346 fs::path test_root;
408 const fs::path Root = env_.test_root;