aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/internal/colltab/ya.make
blob: 5531611700cb60cc7149e6922ec37b0035a02269 (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
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    collelem.go
    colltab.go
    contract.go
    iter.go
    numeric.go
    table.go
    trie.go
    weighter.go
)

GO_TEST_SRCS(
    collelem_test.go
    colltab_test.go
    contract_test.go
    iter_test.go
    numeric_test.go
    trie_test.go
    weighter_test.go
)

GO_XTEST_SRCS(collate_test.go)

END()

RECURSE(
    # gotest
)