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