aboutsummaryrefslogtreecommitdiffstats
path: root/tools/enum_parser/parse_enum/benchmark_build/ut/ya.make
blob: 802a84325f5d2a90a27e1f5529a74b1545919769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST()

PEERDIR(
    tools/enum_parser/parse_enum/benchmark_build/lib
)

SRCS(
    huge_enums_fallback_ut.cpp
)

END()