blob: 8d00669efbda7348c6b58850d38bd6c935ed5327 (
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()
|