diff options
Diffstat (limited to 't/sha_224.c')
-rw-r--r-- | t/sha_224.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha_224.c b/t/sha_224.c index 4abcd28..38b5787 100644 --- a/t/sha_224.c +++ b/t/sha_224.c @@ -46,5 +46,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("SHA-224", SHA_224); + TEST_MAIN("SHA-224", SHA_224, 1); } |