aboutsummaryrefslogtreecommitdiffstats
path: root/t/sha3_256.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/sha3_256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha3_256.c b/t/sha3_256.c
index 72546bb..6f02242 100644
--- a/t/sha3_256.c
+++ b/t/sha3_256.c
@@ -24,5 +24,5 @@ static struct testcase testcases[] = {
int
main(void)
{
- TEST_MAIN("SHA3-256", SHA3_256);
+ TEST_MAIN("SHA3-256", SHA3_256, 1);
}