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