12345678910111213141516171819202122232425262728293031323334353637383940 |
- OWNER(g:yatest)
- PY23_LIBRARY()
- OWNER(g:yatest)
- NO_EXTENDED_SOURCE_SEARCH()
- PY_SRCS(
- TOP_LEVEL
- yatest/__init__.py
- yatest/common/__init__.py
- yatest/common/benchmark.py
- yatest/common/canonical.py
- yatest/common/environment.py
- yatest/common/errors.py
- yatest/common/legacy.py
- yatest/common/misc.py
- yatest/common/network.py
- yatest/common/path.py
- yatest/common/process.py
- yatest/common/runtime.py
- yatest/common/runtime_java.py
- yatest/common/tags.py
- )
- PEERDIR(
- contrib/python/six
- library/python/cores
- library/python/filelock
- library/python/fs
- )
- IF (NOT CATBOOST_OPENSOURCE)
- PEERDIR(
- library/python/coredump_filter
- )
- ENDIF()
- END()
|