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