aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/compat_ut.cpp
blob: 55932e388ac962d221ff8466c8201dea5d90de7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "compat.h"

#include <library/cpp/testing/unittest/registar.h>

#include <util/folder/dirut.h>
#include <util/stream/output.h>

Y_UNIT_TEST_SUITE(TCompatTest) {
    Y_UNIT_TEST(TestGetprogname) {
        getprogname(); // just check it links
    }
} // Y_UNIT_TEST_SUITE(TCompatTest)