aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/testing/fstest/ya.make
blob: 320a7d80abf4048d7e6551bc190b0b5443c7a82f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GO_LIBRARY()

SRCS(
    mapfs.go
    testfs.go
)

GO_TEST_SRCS(
    mapfs_test.go
    testfs_test.go
)

END()

RECURSE(
)