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