]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
zonemd, unit test, reorder test order
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 9 Oct 2020 12:03:13 +0000 (14:03 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 9 Oct 2020 12:03:13 +0000 (14:03 +0200)
testcode/unitmain.c

index 7bb967b05ab1ea94806051907714e857a7a1d826..84d850e5f84708a42592c8b9d8dff9af16a98214 100644 (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();