
# This file was generated by the build system used internally in Yandex and called "ya"
# (https://github.com/yandex/yatool).
#
# Configuration files of ya build system are usually named ya.make. If ya.make file is present
# at the root of the repository, then this repository supports ya build. 
# 
# If the repository supports both CMake and ya build configurations, please modify both of them.
#
# If only CMake build configuration is supported then modify only CMake files and note that only
# simple modifications are allowed like adding source-files to targets or adding simple properties
# like target_include_directories. These modifications will be ported to original ya.make files
# by maintainers. Any complex modifications which can't be easily ported back to the ya build 
# system may be rejected.

add_subdirectory(lib)
add_executable(catboost-private-libs-text_processing-ut)


target_link_libraries(catboost-private-libs-text_processing-ut PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-testing-unittest_main
  private-libs-text_processing
  text_processing-ut-lib
)

target_link_options(catboost-private-libs-text_processing-ut PRIVATE
  -Wl,-platform_version,macos,11.0,11.0
  -fPIC
  -fPIC
)

target_sources(catboost-private-libs-text_processing-ut PRIVATE
  ${PROJECT_SOURCE_DIR}/catboost/private/libs/text_processing/ut/dictionary_ut.cpp
  ${PROJECT_SOURCE_DIR}/catboost/private/libs/text_processing/ut/text_dataset_ut.cpp
)


set_property(
  TARGET
  catboost-private-libs-text_processing-ut
  PROPERTY
  SPLIT_FACTOR
  1
)

add_yunittest(
  NAME
  catboost-private-libs-text_processing-ut
  TEST_TARGET
  catboost-private-libs-text_processing-ut
  TEST_ARG
  --print-before-suite
  --print-before-test
  --fork-tests
  --print-times
  --show-fails
)

set_yunittest_property(
  TEST
  catboost-private-libs-text_processing-ut
  PROPERTY
  LABELS
  MEDIUM
)

set_yunittest_property(
  TEST
  catboost-private-libs-text_processing-ut
  PROPERTY
  PROCESSORS
  1
)

set_yunittest_property(
  TEST
  catboost-private-libs-text_processing-ut
  PROPERTY
  ENVIRONMENT
)


target_allocator(catboost-private-libs-text_processing-ut
  system_allocator
)

vcs_info(catboost-private-libs-text_processing-ut)




