#############################################################################
# $Id: CMakeLists.unit_test_remote_updater.app.txt 614625 2020-08-20 13:01:34Z fukanchi $
#############################################################################

NCBI_begin_app(unit_test_remote_updater)
  NCBI_sources(unit_test_remote_updater)
  NCBI_requires(Boost.Test.Included)
  NCBI_uses_toolkit_libraries(xobjedit xunittestutil)
  NCBI_project_watchers(foleyjp)

  NCBI_set_test_timeout(3000)
  NCBI_add_test()
NCBI_end_app()

