Skip to content

Commit

Permalink
WIN-WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk committed Sep 25, 2024
1 parent bcd8463 commit bf93af6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,11 @@ void test ( hashfunc<hashtype> 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)
Expand Down

0 comments on commit bf93af6

Please sign in to comment.