aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/pytests/test_subject/ya.make
blob: c9990b674fb424add3d1b9b9cb197755149bbebf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST()

TAG(ya:manual)

SRCS(
    tests.cpp
)

PEERDIR(
    library/cpp/testing/unittest
)

END()