aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/runtime/coverage/ya.make
blob: f6bf4c6c7133ce29af6a8a11a6c3c9c16e73178d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GO_LIBRARY()

SRCS(
    apis.go
    dummy.s
    emit.go
    hooks.go
    testsupport.go
)

GO_TEST_SRCS(
    emitdata_test.go
    ts_test.go
)

END()

RECURSE(
)