mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-28 17:37:33 -05:00
zonemd, unit test, reorder test order
This commit is contained in:
parent
6a8ed4bb15
commit
b20fefb858
1 changed files with 1 additions and 1 deletions
|
|
@ -1079,7 +1079,6 @@ main(int argc, char* argv[])
|
|||
fatal_exit("could not init NSS");
|
||||
#endif /* HAVE_SSL or HAVE_NSS*/
|
||||
checklock_start();
|
||||
zonemd_test();
|
||||
authzone_test();
|
||||
neg_test();
|
||||
rnd_test();
|
||||
|
|
@ -1097,6 +1096,7 @@ main(int argc, char* argv[])
|
|||
slabhash_test();
|
||||
infra_test();
|
||||
ldns_test();
|
||||
zonemd_test();
|
||||
msgparse_test();
|
||||
#ifdef CLIENT_SUBNET
|
||||
ecs_test();
|
||||
|
|
|
|||
Loading…
Reference in a new issue