blob: 2fa98b1861f2960975c6c2c64843d5f12f2ca6ca [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001TESTSOURCES = 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
22TESTHEADERS = ares-test.h \
23 dns-proto.h
24
25FUZZSOURCES = ares-test-fuzz.c \
26 ares-fuzz.c
27
28DUMPSOURCES = dns-proto.cc \
29 dns-dump.cc