ya.make 295 B

123456789101112131415161718192021
  1. UNITTEST_FOR(library/cpp/http/simple)
  2. PEERDIR(
  3. library/cpp/http/misc
  4. library/cpp/testing/mock_server
  5. )
  6. SRCS(
  7. http_ut.cpp
  8. https_ut.cpp
  9. )
  10. DEPENDS(library/cpp/http/simple/ut/https_server)
  11. DATA(arcadia/library/cpp/http/simple/ut/https_server)
  12. END()
  13. RECURSE(
  14. https_server
  15. )