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