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

SRCS(
    main.cpp
    registar_ut.cpp
)

END()