diff options
Diffstat (limited to 't/keccak_256.c')
-rw-r--r-- | t/keccak_256.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/keccak_256.c b/t/keccak_256.c index 1ab7a76..7d155db 100644 --- a/t/keccak_256.c +++ b/t/keccak_256.c @@ -24,5 +24,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("Keccak-256", KECCAK_256); + TEST_MAIN("Keccak-256", KECCAK_256, 1); } |