bind9/tests
Petr Menšík 3a8741c8a9 Fix build of unit test on 32b architecture
Fixes unittest build failure on i686 platform.

In file included from tests/isc/time_test.c:24:
tests/isc/time_test.c: In function ‘run_test_isc_time_formatISO8601TZms_test’:
tests/isc/time_test.c:284:32: error: passing argument 2 of ‘_assert_in_set’ from incompatible pointer type [-Wincompatible-pointer-types]
  284 |         assert_in_set(buf[23], plus_minus, sizeof(plus_minus));
      |                                ^~~~~~~~~~
      |                                |
      |                                size_t * {aka unsigned int *}
/usr/include/cmocka.h:2369:64: note: expected ‘const long long unsigned int *’ but argument is of type ‘size_t *’ {aka ‘unsigned int *’}
 2369 |     const LargestIntegralType value, const LargestIntegralType values[],
2024-11-21 04:23:08 +00:00
..
bench Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
dns Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
include/tests Extend ISC_TEST_MAIN for debugging 2024-08-22 09:54:39 +10:00
irs Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
isc Fix build of unit test on 32b architecture 2024-11-21 04:23:08 +00:00
isccfg Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
libtest Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
ns Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
Makefile.am Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
unit-test-driver.sh.in Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00