aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ut/ya.make
blob: 6d4c0959cc0aa2b5cf46f10a42f8a4a1d7c5a66f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
UNITTEST_FOR(library/cpp/testing/unittest)

OWNER(snowball)

SRCS(
    main.cpp
    registar_ut.cpp
)

END()