diff options
Diffstat (limited to 't/keccak_512.c')
-rw-r--r-- | t/keccak_512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/keccak_512.c b/t/keccak_512.c index 93943d1..9ca03ed 100644 --- a/t/keccak_512.c +++ b/t/keccak_512.c @@ -38,5 +38,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("Keccak-512", KECCAK_512); + TEST_MAIN("Keccak-512", KECCAK_512, 1); } |