bind9/lib/ns/tests
Evan Hunt 055bf2665c improve hook processing macros
- use a get_hooktab() function to determine the hook table.
- PROCESS_HOOK now jumps to a cleanup tag on failure
- add PROCESS_ALL_HOOKS in query.c, to run all hook functions at
  a specified hook point without stopping. this is to be used for
  intiialization and destruction functions that must run in every
  module.
- 'result' is set in PROCESS_HOOK only when a hook function
  interrupts processing.
- revised terminology: a "callback" is now a "hook action"
- remove unused NS_PROCESS_HOOK and NS_PROCESS_HOOK_VOID macros.
2018-12-06 10:29:11 -08:00
..
testdata Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
Kyuafile convert listenlist_test; remove ATF from lib/ns/tests 2018-11-14 20:17:04 -08:00
listenlist_test.c set up hooks.c to enable setting hook points and loading modules 2018-12-06 10:29:05 -08:00
Makefile.in Move the CMocka include directories from CFLAGS to CINCLUDES where it belongs to not get overriden later by the default CFLAGS rule 2018-11-26 16:16:34 +01:00
notify_test.c set up hooks.c to enable setting hook points and loading modules 2018-12-06 10:29:05 -08:00
nstest.c improve hook processing macros 2018-12-06 10:29:11 -08:00
nstest.h improve hook processing macros 2018-12-06 10:29:11 -08:00
query_test.c improve hook processing macros 2018-12-06 10:29:11 -08:00