| 57 | } |
| 58 | |
| 59 | void DoTest(const char* p, const char* base, const char* canon) { |
| 60 | TString path(p); |
| 61 | UNIT_ASSERT(resolvepath(path, base)); |
| 62 | UNIT_ASSERT(path == canon); |
| 63 | } |
| 64 | |
| 65 | Y_UNIT_TEST(TestResolvePath) { |
| 66 | #ifdef _win_ |
no test coverage detected