aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/testing/quick/ya.make
blob: 17ed663d9a8225b8316fe17d2bae441389f5d635 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    quick.go
)

GO_TEST_SRCS(quick_test.go)

END()

RECURSE(
)