zonemd, unit test, reorder test order

This commit is contained in:
W.C.A. Wijngaards 2020-10-09 14:03:13 +02:00
parent 6a8ed4bb15
commit b20fefb858

View file

@ -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();