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