ya.make 994 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Generated by devtools/yamaker.
  2. GTEST(arestest)
  3. WITHOUT_LICENSE_TEXTS()
  4. SIZE(MEDIUM)
  5. TAG(ya:external)
  6. REQUIREMENTS(network:full)
  7. PEERDIR(
  8. contrib/libs/c-ares
  9. contrib/restricted/googletest/googlemock
  10. )
  11. ADDINCL(
  12. contrib/libs/c-ares
  13. contrib/libs/c-ares/include
  14. contrib/libs/c-ares/src/lib
  15. contrib/libs/c-ares/test
  16. )
  17. NO_COMPILER_WARNINGS()
  18. NO_UTIL()
  19. CFLAGS(
  20. -DHAVE_CONFIG_H=1
  21. )
  22. SRCS(
  23. ares-test-init.cc
  24. ares-test-internal.cc
  25. ares-test-live.cc
  26. ares-test-misc.cc
  27. ares-test-mock-ai.cc
  28. ares-test-mock.cc
  29. ares-test-ns.cc
  30. ares-test-parse-a.cc
  31. ares-test-parse-aaaa.cc
  32. ares-test-parse-caa.cc
  33. ares-test-parse-mx.cc
  34. ares-test-parse-naptr.cc
  35. ares-test-parse-ns.cc
  36. ares-test-parse-ptr.cc
  37. ares-test-parse-soa-any.cc
  38. ares-test-parse-soa.cc
  39. ares-test-parse-srv.cc
  40. ares-test-parse-txt.cc
  41. ares-test-parse-uri.cc
  42. ares-test-parse.cc
  43. ares-test.cc
  44. dns-proto-test.cc
  45. dns-proto.cc
  46. )
  47. END()