bind9/lib/isc/tests
Michał Kępień 3f341b996d Always include <errno.h> instead of <sys/errno.h>
Including <sys/errno.h> instead of <errno.h> raises a compiler warning
when building against musl libc.  Always include <errno.h> instead of
<sys/errno.h> to prevent that compilation warning from being triggered
and to achieve consistency in this regard across the entire source tree.

(cherry picked from commit b5cd146033)
2019-07-30 21:25:46 +02:00
..
testdata/file [master] new mkeys and nzf naming format 2014-11-04 19:43:27 -08:00
aes_test.c Unify header ordering in unit tests 2019-07-30 21:25:45 +02:00
buffer_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
counter_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
crc64_test.c Unify header ordering in unit tests 2019-07-30 21:25:45 +02:00
errno_test.c Always include <errno.h> instead of <sys/errno.h> 2019-07-30 21:25:46 +02:00
file_test.c convert file_test 2018-11-14 20:17:04 -08:00
hash_test.c Unify header ordering in unit tests 2019-07-30 21:25:45 +02:00
heap_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
hmac_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
ht_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
isctest.c assert if {isc,dns,ns}_test_begin() is called when a prior test is running 2018-11-14 20:17:04 -08:00
isctest.h Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
Kyuafile convert socket_test; remove ATF from lib/isc/tests 2018-11-14 20:17:04 -08:00
lex_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
Makefile.in Add tests for the isc_siphash24 function 2019-07-21 15:32:57 -04:00
md_test.c set HAVE_CMOCKA correctly when using --with-cmocka=yes 2018-11-14 20:17:04 -08:00
mem_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
netaddr_test.c Unify header ordering in unit tests 2019-07-30 21:25:45 +02:00
parse_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
pool_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
queue_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
radix_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
random_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
regex_test.c Unify header ordering in unit tests 2019-07-30 21:25:45 +02:00
result_test.c Unify header ordering in unit tests 2019-07-30 21:25:45 +02:00
safe_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
siphash_test.c Add tests for the isc_siphash24 function 2019-07-21 15:32:57 -04:00
sockaddr_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
socket_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
symtab_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
task_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
taskpool_test.c Unify header ordering in unit tests 2019-07-30 21:25:45 +02:00
time_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00
timer_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:25:30 +02:00