aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/compat_ut.cpp
blob: dbd9289c17ce2816722cda184ecd42efd2e1d306 (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
    }
}