aboutsummaryrefslogtreecommitdiffstats
path: root/t/sha_512_256.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/sha_512_256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha_512_256.c b/t/sha_512_256.c
index bc4b56a..c6647c2 100644
--- a/t/sha_512_256.c
+++ b/t/sha_512_256.c
@@ -22,5 +22,5 @@ static struct testcase testcases[] = {
int
main(void)
{
- TEST_MAIN("SHA-512/256", SHA_512_256);
+ TEST_MAIN("SHA-512/256", SHA_512_256, 1);
}