diff options
Diffstat (limited to 't/blake512.c')
-rw-r--r-- | t/blake512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/blake512.c b/t/blake512.c index 7166769..2a65a23 100644 --- a/t/blake512.c +++ b/t/blake512.c @@ -191,7 +191,7 @@ static struct testcase testcases[] = { static int kat_test(void) { - TEST_MAIN("BLAKE512", BLAKE512); + TEST_MAIN("BLAKE512", BLAKE512, 1); } |