diff options
Diffstat (limited to '')
-rw-r--r-- | t/sha3_384.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha3_384.c b/t/sha3_384.c index 7dff983..3f4d6d3 100644 --- a/t/sha3_384.c +++ b/t/sha3_384.c @@ -24,5 +24,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("SHA3-384", SHA3_384); + TEST_MAIN("SHA3-384", SHA3_384, 1); } |