aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libjpeg-turbo/ut/ya.make
blob: bdec380d812bff0606f9d94068312ee6c9a08ab8 (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
PY3TEST()

WITHOUT_LICENSE_TEXTS()

NO_LINT()

SIZE(MEDIUM)

TEST_SRCS(
    tjunittest.py
    bittests.py
)

DEPENDS(
    contrib/libs/libjpeg-turbo/cjpeg
    contrib/libs/libjpeg-turbo/djpeg
    contrib/libs/libjpeg-turbo/jpegtran
    contrib/libs/libjpeg-turbo/tjunittest
)

DATA(arcadia/contrib/libs/libjpeg-turbo/testimages)

END()