1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- # Generated by devtools/yamaker.
- GTEST(arestest)
- WITHOUT_LICENSE_TEXTS()
- SIZE(MEDIUM)
- TAG(ya:external)
- REQUIREMENTS(network:full)
- PEERDIR(
- contrib/libs/c-ares
- contrib/restricted/googletest/googlemock
- )
- ADDINCL(
- contrib/libs/c-ares
- contrib/libs/c-ares/include
- contrib/libs/c-ares/src/lib
- contrib/libs/c-ares/test
- )
- NO_COMPILER_WARNINGS()
- NO_UTIL()
- CFLAGS(
- -DHAVE_CONFIG_H=1
- )
- SRCS(
- ares-test-init.cc
- ares-test-internal.cc
- ares-test-live.cc
- ares-test-misc.cc
- ares-test-mock-ai.cc
- ares-test-mock.cc
- ares-test-ns.cc
- ares-test-parse-a.cc
- ares-test-parse-aaaa.cc
- ares-test-parse-caa.cc
- ares-test-parse-mx.cc
- ares-test-parse-naptr.cc
- ares-test-parse-ns.cc
- ares-test-parse-ptr.cc
- ares-test-parse-soa-any.cc
- ares-test-parse-soa.cc
- ares-test-parse-srv.cc
- ares-test-parse-txt.cc
- ares-test-parse-uri.cc
- ares-test-parse.cc
- ares-test.cc
- dns-proto-test.cc
- dns-proto.cc
- )
- END()
|