#include "compat.h" #include #include #include Y_UNIT_TEST_SUITE(TCompatTest) { Y_UNIT_TEST(TestGetprogname) { getprogname(); // just check it links } } // Y_UNIT_TEST_SUITE(TCompatTest)