bind9/lib/ns/tests
Ondřej Surý 2e3a2eecfe Make isc_result a static enum
Remove the dynamic registration of result codes.  Convert isc_result_t
from unsigned + #defines into 32-bit enum type in grand unified
<isc/result.h> header.  Keep the existing values of the result codes
even at the expense of the description and identifier tables being
unnecessary large.

Additionally, add couple of:

    switch (result) {
    [...]
    default:
        break;
    }

statements where compiler now complains about missing enum values in the
switch statement.
2021-10-06 11:22:20 +02:00
..
testdata Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
listenlist_test.c Reduce the number of clientmgr objects created 2021-05-24 20:44:54 +02:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
notify_test.c Reduce the number of clientmgr objects created 2021-05-24 20:44:54 +02:00
nstest.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
nstest.h Make isc_result a static enum 2021-10-06 11:22:20 +02:00
plugin_test.c The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
query_test.c Reduce the number of clientmgr objects created 2021-05-24 20:44:54 +02:00