aboutsummaryrefslogtreecommitdiffstats
path: root/t/blake224.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/blake224.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/blake224.c b/t/blake224.c
index 5605033..95e0f45 100644
--- a/t/blake224.c
+++ b/t/blake224.c
@@ -72,7 +72,7 @@ static struct testcase testcases[] = {
static int
kat_test(void)
{
- TEST_MAIN("BLAKE224", BLAKE224);
+ TEST_MAIN("BLAKE224", BLAKE224, 1);
}