#  $Id: CMakeLists.test_pubmed_article.app.txt 650903 2022-06-06 15:29:23Z grichenk $

NCBI_begin_app(test_pubmed_article)

  NCBI_set_test_assets(data)
  NCBI_sources(test_pubmed_article)
  NCBI_uses_toolkit_libraries(efetch pubmed medline biblio general xser xutil xncbi)
  NCBI_project_watchers(grichenk)

  NCBI_add_test(test_pubmed_article -f data/pubmed11748933.xml -set)
  NCBI_add_test(test_pubmed_article -f data/pubmed11748934.xml)
  NCBI_add_test(test_pubmed_article -f data/pubmed28211659.xml -set)
  NCBI_add_test(test_pubmed_article -f data/pubmed31732993.xml -set)
  NCBI_add_test(test_pubmed_article -f data/pubmed33761533.xml -set)

NCBI_end_app()
