mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
Make sure all unit tests include headers in a similar order: 1. Three headers which must be included before <cmocka.h>. 2. System headers. 3. UNIT_TESTING definition, followed by the <cmocka.h> header. 4. libisc headers. 5. Headers from other BIND libraries. 6. Local headers. Also make sure header file names are sorted alphabetically within each block of #include directives. |
||
|---|---|---|
| .. | ||
| include | ||
| tests | ||
| win32 | ||
| alist.c | ||
| api | ||
| base64.c | ||
| cc.c | ||
| ccmsg.c | ||
| Kyuafile | ||
| Makefile.in | ||
| result.c | ||
| sexpr.c | ||
| symtab.c | ||
| version.c | ||