aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/require/ya.make
blob: d5149f921aaa87c606c7057c13a0a2f400c46bc2 (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(
    doc.go
    forward_requirements.go
    require.go
    require_forward.go
    requirements.go
)

GO_TEST_SRCS(
    forward_requirements_test.go
    requirements_test.go
)

END()

RECURSE(gotest)