#############################################################################
# $Id: CMakeLists.test_tar.app.txt 593481 2019-09-19 14:00:01Z gouriano $
#############################################################################


NCBI_begin_app(test_tar)
  NCBI_sources(test_tar)
  NCBI_uses_toolkit_libraries(xcompress)
  NCBI_project_watchers(lavr)
  NCBI_set_test_timeout(600)
  NCBI_add_test(test_tar.sh)
NCBI_end_app()

