lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | TESTSOURCES = ares-test-main.cc \ |
| 2 | ares-test-init.cc \ |
| 3 | ares-test.cc \ |
| 4 | ares-test-ns.cc \ |
| 5 | ares-test-parse.cc \ |
| 6 | ares-test-parse-a.cc \ |
| 7 | ares-test-parse-aaaa.cc \ |
| 8 | ares-test-parse-mx.cc \ |
| 9 | ares-test-parse-naptr.cc \ |
| 10 | ares-test-parse-ns.cc \ |
| 11 | ares-test-parse-ptr.cc \ |
| 12 | ares-test-parse-soa.cc \ |
| 13 | ares-test-parse-srv.cc \ |
| 14 | ares-test-parse-txt.cc \ |
| 15 | ares-test-misc.cc \ |
| 16 | ares-test-live.cc \ |
| 17 | ares-test-mock.cc \ |
| 18 | ares-test-internal.cc \ |
| 19 | dns-proto.cc \ |
| 20 | dns-proto-test.cc |
| 21 | |
| 22 | TESTHEADERS = ares-test.h \ |
| 23 | dns-proto.h |
| 24 | |
| 25 | FUZZSOURCES = ares-test-fuzz.c \ |
| 26 | ares-fuzz.c |
| 27 | |
| 28 | DUMPSOURCES = dns-proto.cc \ |
| 29 | dns-dump.cc |