aboutsummaryrefslogtreecommitdiffstats
path: root/t/shake512.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/shake512.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/shake512.c b/t/shake512.c
index f9f0a54..705e3b4 100644
--- a/t/shake512.c
+++ b/t/shake512.c
@@ -29,7 +29,7 @@ static struct testcase testcases[] = {
static int
main_test(void)
{
- TEST_MAIN("SHAKE512", SHAKE512);
+ TEST_MAIN("SHAKE512", SHAKE512, 1);
}