Searched refs:testPath (Results 1 – 3 of 3) sorted by relevance
15 static constexpr auto testPath = "/tmp/_testSig"; member in SignatureTest29 std::filesystem::create_directories(testPath); in SetUp()32 std::string tmpDir(testPath); in SetUp()37 std::string tmpConfDir(testPath); in SetUp()90 command("rm -rf " + std::string(testPath)); in TearDown()
175 static constexpr auto testPath = "/tmp/_testSig"; member in SignatureTest189 fs::create_directories(testPath); in SetUp()192 std::string tmpDir(testPath); in SetUp()197 std::string tmpConfDir(testPath); in SetUp()274 command("rm -rf " + std::string(testPath)); in TearDown()
12 TEST_F(TestSerialization, testPath) in TEST_F() argument