diff options
Diffstat (limited to '')
-rw-r--r-- | t/sha3_224.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha3_224.c b/t/sha3_224.c index 2519053..66e4cd9 100644 --- a/t/sha3_224.c +++ b/t/sha3_224.c @@ -354,5 +354,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("SHA3-224", SHA3_224); + TEST_MAIN("SHA3-224", SHA3_224, 1); } |