summaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/quote/ya.make
blob: f98c4ac6d23146df379753cf495b1881db10ba47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

SRCS(
    quote.cpp
    quote.h
)

END()

RECURSE_FOR_TESTS(
    bench
    ut
)