quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

Makefile.inc (990B)


      1 # Copyright (C) The c-ares project and its contributors
      2 # SPDX-License-Identifier: MIT
      3 TESTSOURCES = ares-test-main.cc	\
      4   ares-test-init.cc			\
      5   ares-test.cc				\
      6   ares-test-ns.cc			\
      7   ares-test-parse.cc			\
      8   ares-test-parse-a.cc			\
      9   ares-test-parse-aaaa.cc		\
     10   ares-test-parse-caa.cc		\
     11   ares-test-parse-mx.cc		\
     12   ares-test-parse-naptr.cc		\
     13   ares-test-parse-ns.cc		\
     14   ares-test-parse-ptr.cc		\
     15   ares-test-parse-soa.cc		\
     16   ares-test-parse-soa-any.cc		\
     17   ares-test-parse-srv.cc		\
     18   ares-test-parse-txt.cc		\
     19   ares-test-parse-uri.cc		\
     20   ares-test-misc.cc			\
     21   ares-test-live.cc			\
     22   ares-test-mock.cc			\
     23   ares-test-mock-ai.cc			\
     24   ares-test-mock-et.cc		\
     25   ares-test-internal.cc		\
     26   dns-proto.cc				\
     27   dns-proto-test.cc
     28 
     29 TESTHEADERS = ares-test.h		\
     30   dns-proto.h	\
     31   ares-test-ai.h
     32 
     33 FUZZSOURCES = ares-test-fuzz.c		\
     34   ares-fuzz.c
     35 
     36 FUZZNAMESOURCES = ares-test-fuzz-name.c	\
     37   ares-fuzz.c
     38 
     39 DUMPSOURCES = dns-proto.cc		\
     40   dns-dump.cc
     41 
     42 LOOPSOURCES = ares_queryloop.c