aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/semver/tests/ya.make
blob: af08df25808b15953d66a18dd2995b5cefe5d18d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY3TEST()

SUBSCRIBER(g:frontend-build-platform)

PEERDIR(
    build/plugins/lib/nots/semver
)

TEST_SRCS(
    test_version_range.py
    test_version.py
)

END()