blob: 2d3b4625e08153672d66b74e62d7704b89d12e5a (
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()
|