aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/runtime/debug/ya.make
blob: 4181f5b9621cd3bdcfa918ca0c7cea9eb87a4288 (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
GO_LIBRARY()

SRCS(
    debug.s
    garbage.go
    mod.go
    stack.go
    stubs.go
)

GO_XTEST_SRCS(
    garbage_test.go
    heapdump_test.go
    mod_test.go
    stack_test.go
)

IF (OS_LINUX)
    GO_XTEST_SRCS(panic_test.go)
ENDIF()

IF (OS_DARWIN)
    GO_XTEST_SRCS(panic_test.go)
ENDIF()

END()

RECURSE(
)