blob: 91864de0f2c3eb9b93eb99d7ef465190da22037c (
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
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
SRCS(
composition.go
forminfo.go
input.go
iter.go
normalize.go
readwriter.go
tables15.0.0.go
transform.go
trie.go
)
GO_TEST_SRCS(
composition_test.go
data15.0.0_test.go
iter_test.go
normalize_test.go
readwriter_test.go
transform_test.go
ucd_test.go
)
GO_XTEST_SRCS(
example_iter_test.go
example_test.go
)
END()
RECURSE(
gotest
)
|