aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-faster/city/ya.make
blob: 72856698abd93c2dc5f7688f2c04e42b48e76163 (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(MIT)

SRCS(
    128.go
    32.go
    64.go
    ch_128.go
    ch_64.go
    doc.go
)

GO_TEST_SRCS(
    ch_128_test.go
    ch_64_test.go
    city_test.go
    fuzz_test.go
)

GO_XTEST_SRCS(
    data_test.go
    example_test.go
)

GO_TEST_EMBED_PATTERN(_testdata/ch128.csv)

GO_XTEST_EMBED_PATTERN(_testdata/data.json)

END()

RECURSE(gotest)