blob: e2da0d2aacb28543e5e61a2f55158bb3301d89c5 (
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_unsafe.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
)
|