aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/paulmach/orb/quadtree/ya.make
blob: bf9f024ed24cd824692bddc4a2cb0303546ebd5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    maxheap.go
    quadtree.go
)

GO_TEST_SRCS(
    benchmarks_test.go
    maxheap_test.go
    quadtree_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(gotest)