From: W.C.A. Wijngaards Date: Fri, 9 Oct 2020 12:03:13 +0000 (+0200) Subject: zonemd, unit test, reorder test order X-Git-Tag: release-1.13.2rc1~269^2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b20fefb858b3dc65af0933a74bed00eaf577e4c9;p=thirdparty%2Funbound.git zonemd, unit test, reorder test order --- diff --git a/testcode/unitmain.c b/testcode/unitmain.c index 7bb967b05..84d850e5f 100644 --- a/testcode/unitmain.c +++ b/testcode/unitmain.c @@ -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();