summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Masterminds/semver/ya.make
blob: 620286bc8bcc85148ad34295fa0efc22ee4816b4 (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
GO_LIBRARY()

LICENSE(MIT)

VERSION(v1.5.0)

SRCS(
    collection.go
    constraints.go
    doc.go
    version.go
)

GO_TEST_SRCS(
    collection_test.go
    constraints_test.go
    version_test.go
)

GO_XTEST_SRCS(benchmark_test.go)

END()

RECURSE(
    gotest
)