bind9/tests/isc
Aydın Mercan 5cd6c173ff
replace the build system with meson
Meson is a modern build system that has seen a rise in adoption and some
version of it is available in almost every platform supported.

Compared to automake, meson has the following advantages:

* Meson provides a significant boost to the build and configuration time
  by better exploiting parallelism.

* Meson is subjectively considered to be better in readability.

These merits alone justify experimenting with meson as a way of
improving development time and ergonomics. However, there are some
compromises to ensure the transition goes relatively smooth:

* The system tests currently rely on various files within the source
  directory. Changing this requirement is a non-trivial task that can't
  be currently justified. Currently the last compiled build directory
  writes into the source tree which is in turn used by pytest.

* The minimum version supported has been fixed at 0.61. Increasing this
  value will require choosing a baseline of distributions that can
  package with meson. On the contrary, there will likely be an attempt
  to decrease this value to ensure almost universal support for building
  BIND 9 with meson.
2025-06-11 10:30:12 +03:00
..
testdata/file Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
ascii_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
async_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
buffer_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
counter_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
dnsstream_utils_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
dnsstream_utils_test_data.h Add a set of unit tests for dnsbuffer_t and dnsstream_assembler_t 2022-12-20 21:24:45 +02:00
doh_test.c Separate the single setter/getter functions for TCP timeouts 2025-04-23 17:03:05 +00:00
errno_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
file_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
hash_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
hashmap_nodes.h Reduce the size of hashmap_nodes.h file 2024-08-15 10:05:32 +02:00
hashmap_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
heap_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
histo_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
hmac_test.c unify fips handling to isc_crypto and make the toggle one way 2025-02-27 17:37:43 +03:00
ht_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
job_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
lex_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
loop_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
md_test.c unify fips handling to isc_crypto and make the toggle one way 2025-02-27 17:37:43 +03:00
mem_test.c Give every memory pool a name 2025-05-29 05:46:46 +02:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
mutex_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
netaddr_test.c IPv6 case to isc_netaddr_masktoprefixlen tests 2025-03-26 13:56:53 +01:00
netmgr_common.c Separate the single setter/getter functions for TCP timeouts 2025-04-23 17:03:05 +00:00
netmgr_common.h Implement tcp-primaries-timeout 2025-04-23 17:03:05 +00:00
parse_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
proxyheader_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
proxyheader_test_data.h Add PROXY header handling unit test suite 2023-12-06 15:15:24 +02:00
proxystream_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
proxyudp_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
quota_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
radix_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
random_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
ratelimiter_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
regex_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
result_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
rwlock_test.c Fix the isc_rwlock_tryupgrade() function's unit test 2025-04-16 15:59:42 +00:00
safe_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
siphash_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
sockaddr_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
spinlock_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
stats_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
stream_shutdown.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
symtab_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
tcp_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
tcpdns_test.c Separate the single setter/getter functions for TCP timeouts 2025-04-23 17:03:05 +00:00
time_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
timer_test.c Remove unused isc_mutexblock and isc_condition units 2025-03-01 07:33:09 +01:00
tls_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
tlsdns_test.c Separate the single setter/getter functions for TCP timeouts 2025-04-23 17:03:05 +00:00
udp_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
uv_wrap.h Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
work_test.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00