blob: 91fc9eac71907f4410bac1c11278a04588357cde (
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-2-Clause)
SRCS(
benchmark.go
check.go
checkers.go
helpers.go
printer.go
reporter.go
run.go
)
GO_TEST_SRCS(export_test.go)
GO_XTEST_SRCS(
benchmark_test.go
bootstrap_test.go
check_test.go
checkers_test.go
fixture_test.go
foundation_test.go
helpers_test.go
integration_test.go
printer_test.go
reporter_test.go
run_test.go
)
END()
RECURSE(gotest)
|