aboutsummaryrefslogtreecommitdiffstats
path: root/t/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha1.c b/t/sha1.c
index 7523dd6..5b3e9cc 100644
--- a/t/sha1.c
+++ b/t/sha1.c
@@ -46,5 +46,5 @@ static struct testcase testcases[] = {
int
main(void)
{
- TEST_MAIN("SHA1", SHA1);
+ TEST_MAIN("SHA1", SHA1, 1);
}