blob: 64de3cd8ea298de4742e22024d53229c965d214f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PY3_PROGRAM()
PY_SRCS(__main__.py)
PEERDIR(
contrib/python/requests
library/python/testing/recipe
library/python/testing/yatest_common
library/recipes/common
)
END()
IF (NOT OS_WINDOWS AND NOT SANITIZER_TYPE)
RECURSE_FOR_TESTS(
ut_simple
)
ENDIF()
|