Searched refs:TESTFNAME (Results 1 – 1 of 1) sorted by relevance
18 static constexpr auto TESTFNAME = "./test/test.json"; variable624 testfile.open(TESTFNAME, std::ios::out); in TEST()656 if (std::remove(TESTFNAME) != 0) in TEST()658 fprintf(stderr, "warning: filecleanup of %s failed\n", TESTFNAME); in TEST()666 testfile.open(TESTFNAME, std::ios::out); in TEST()672 if (std::remove(TESTFNAME) != 0) in TEST()674 fprintf(stderr, "warning: filecleanup of %s failed\n", TESTFNAME); in TEST()