blob: 0d8965240e0274dfb1762400caf3a85dab967acf (
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
34
35
36
|
PY3TEST()
OWNER(
g:contrib
g:yatool
)
IF (OS_DARWIN)
SIZE(LARGE)
TAG(
ya:fat
ya:force_sandbox ya:exotic_platform
)
ENDIF()
PY_SRCS(
testlib.py
)
TEST_SRCS(
test_common.py
)
PEERDIR(
build/platform/python/python27
build/platform/python/python34
build/platform/python/python35
build/platform/python/python36
build/platform/python/python37
build/platform/python/python38
build/platform/python/python39
build/platform/python/python310
)
END()
|