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