Home
last modified time | relevance | path

Searched refs:TESTFNAME (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_json_unittest.cpp18 static constexpr auto TESTFNAME = "./test/test.json"; variable
624 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()