blob: 5ac9dd76ac10038eb62164ef8f7a05f3a6957c7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PY2TEST()
PEERDIR(
contrib/python/retry
)
IF (PYTHON2)
PEERDIR(
contrib/python/mock
)
ENDIF()
SRCDIR(contrib/python/retry/py2/retry/tests)
TEST_SRCS(
test_retry.py
)
NO_LINT()
END()
|