#include #ifdef _linux_ #include #endif Y_UNIT_TEST_SUITE(TInitIbDrv) { Y_UNIT_TEST(Init) { #ifdef _linux_ try { ibv_fork_init(); } catch (...) { } #endif } }