blob: a0a227f788e140ea07c1198b970a1c2c80a6d651 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PY3TEST()
SUBSCRIBER(g:python-contrib)
PEERDIR(
contrib/python/mergedeep
)
SRCDIR(contrib/python/mergedeep/mergedeep)
TEST_SRCS(
test_mergedeep.py
)
NO_LINT()
END()
|