aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/go-cmp/cmp/ya.make
blob: f8c1cd91b99503cbc452245977de68bb01558040 (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
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    compare.go
    export.go
    options.go
    path.go
    report.go
    report_compare.go
    report_references.go
    report_reflect.go
    report_slices.go
    report_text.go
    report_value.go
)

GO_TEST_SRCS(options_test.go)

GO_XTEST_SRCS(
    compare_test.go
    example_reporter_test.go
    example_test.go
)

END()

RECURSE(
    cmpopts
    #gotest
    internal
)