summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pseudomuto/protokit/ya.make
blob: 06428c27a88f459c0b8380985dc9b3f01a6090a0 (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
39
GO_LIBRARY()

LICENSE(MIT)

VERSION(v0.2.0)

# Those tests do open ./fixtures, so we have to mess up with cwd a bit

DATA(
    arcadia/vendor/github.com/pseudomuto/protokit/
)

TEST_CWD(vendor/github.com/pseudomuto/protokit/)

SRCS(
    comments.go
    context.go
    doc.go
    parser.go
    plugin.go
    types.go
    version.go
)

GO_XTEST_SRCS(
    comments_test.go
    context_test.go
    example_plugin_test.go
    parser_bench_test.go
    parser_test.go
    # plugin_test.go
)

END()

RECURSE(
    gotest
    utils
)