diff options
Diffstat (limited to '')
-rw-r--r-- | t/sha_512_224.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha_512_224.c b/t/sha_512_224.c index 3c0d33b..f60bc55 100644 --- a/t/sha_512_224.c +++ b/t/sha_512_224.c @@ -22,5 +22,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("SHA-512/224", SHA_512_224); + TEST_MAIN("SHA-512/224", SHA_512_224, 1); } |