| 24 | // |
| 25 | |
| 26 | TEST_F(ThisBinaryPathTests, |
| 27 | CorrectBinaryPathDetection) { |
| 28 | EXPECT_TRUE(fs::exists(getThisBinaryPath())); |
| 29 | EXPECT_TRUE(fs::is_regular_file(getThisBinaryPath())); |
| 30 | } |
| 31 | |
| 32 | // |
| 33 | // getThisBinaryDirectoryPath() |
nothing calls this directly
no test coverage detected