aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/bucket_quoter/ut/ya.make
blob: d7bc7a30edfcc59e88dfd140b015d15909fd2736 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST()

FORK_SUBTESTS()
SRCS(
	main.cpp
	test_namespace.cpp
)
PEERDIR(
    library/cpp/bucket_quoter
    library/cpp/getopt
)

END()