aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/ut/ya.make
blob: 24303eb9caeb8f14440dba14b78b26a2ef14cc7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UNITTEST_FOR(library/cpp/getopt)

OWNER(pg) 

SRCS(
    last_getopt_ut.cpp
    modchooser_ut.cpp
    opt2_ut.cpp
    opt_ut.cpp
    posix_getopt_ut.cpp
    wrap.cpp
    ygetopt_ut.cpp
)

END()