aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/arcadia_test/ya.make
blob: 79a9340cfddb3397065cf3144bafca9c2d8c3a76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OWNER(rb:yatool)

UNITTEST()

WITHOUT_LICENSE_TEXTS()

SRCS(
    test_shared_ptr.cpp
)

PEERDIR(
    contrib/restricted/boost 
)

END()