aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/deprecated/enum_codegen/ut/ya.make
blob: 97956014b4ebc16a6986827675ad1fc66496ef62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UNITTEST() 
 
OWNER(g:util) 
 
SRCDIR(library/cpp/deprecated/enum_codegen)
 
PEERDIR(
    library/cpp/deprecated/enum_codegen
)

SRCS( 
    enum_codegen_ut.cpp 
) 
 
END()