aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ut/ya.make
blob: 5e3f4de559cb62145e0a5127471af74ae04d051c (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()