aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/klauspost/compress/zip/ya.make
blob: e42ed5cbf07637a64d8c97f328d1717c103a0fd6 (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
GO_LIBRARY()

LICENSE(
    Apache-2.0 AND
    BSD-3-Clause AND
    MIT
)

SRCS(
    reader.go
    register.go
    struct.go
    writer.go
)

GO_TEST_SRCS(
    fuzz_test.go
    reader_test.go
    writer_test.go
    zip_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
    gotest
    internal
)