1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
IF (NOT OPENSOURCE) PY3_PROGRAM(pg-make-test) PY_SRCS( __main__.py ) PEERDIR( contrib/python/click contrib/python/PyYAML contrib/python/patch library/python/svn_version contrib/ydb/library/yql/tests/postgresql/common ) END() RECURSE( ../pgrun update-test-status ) ENDIF()