aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/uriparser/test/ya.make
blob: ae8a32a93243b73555286628b564ce6cb0d7937f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Generated by devtools/yamaker.

GTEST(testrunner)

OWNER(
    kikht
    shindo
    g:cpp-contrib
    g:mds
)

LICENSE(
    LGPL-2.1-only AND
    LGPL-2.1-or-later
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR(
    contrib/restricted/uriparser
)

ADDINCL(
    contrib/restricted/uriparser
)

NO_COMPILER_WARNINGS()

NO_UTIL()

SRCS(
    FourSuite.cpp
    MemoryManagerSuite.cpp
    VersionSuite.cpp
    test.cpp
)

END()