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