#############################################################################
# $Id: CMakeLists.test_ncbi_http_stream.app.txt 594087 2019-09-30 12:20:19Z gouriano $
#############################################################################

NCBI_begin_app(test_ncbi_http_stream)
  NCBI_sources(test_ncbi_http_stream)
  NCBI_uses_toolkit_libraries(xconnect)
  NCBI_project_watchers(lavr)
  NCBI_add_test(test_ncbi_http_stream https://www.ncbi.nlm.nih.gov/Service/index.html / /Service/index.html)
NCBI_end_app()

