#############################################################################
# $Id: CMakeLists.test_ncbi_service_cxx_mt.app.txt 593499 2019-09-19 15:56:50Z gouriano $
#############################################################################

NCBI_begin_app(test_ncbi_service_cxx_mt)
  NCBI_sources(test_ncbi_service_cxx_mt)
  NCBI_uses_toolkit_libraries(test_mt xconnect)
  NCBI_project_watchers(lavr mcelhany)
  NCBI_set_test_timeout(60)
  NCBI_set_test_requires(in-house-resources)
  NCBI_set_test_assets(test_ncbi_service_cxx_mt.ini)
  NCBI_add_test(test_ncbi_service_cxx_mt.sh)
NCBI_end_app()

