diff --git a/main.cpp b/main.cpp index 9479ab4f5..dbfb9206f 100644 --- a/main.cpp +++ b/main.cpp @@ -997,7 +997,11 @@ void test ( hashfunc hash, HashInfo* info ) if(g_testVerifyAll) { for (HashInfo *i = g_hashes; i != ARRAY_END(g_hashes); i++) + { + printf("init: %s\n", i->name); + fflush(NULL); Hash_init(i); // init all the hashes, not just `info` + } printf("[[[ VerifyAll Tests ]]]\n\n"); fflush(NULL); SelfTest(g_drawDiagram); printf("PASS\n\n"); fflush(NULL); // if not it does exit(1)