aboutsummaryrefslogtreecommitdiffstats
path: root/t/keccak_224.c
diff options
context:
space:
mode:
Diffstat (limited to 't/keccak_224.c')
-rw-r--r--t/keccak_224.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/keccak_224.c b/t/keccak_224.c
index 2120d1c..eca5786 100644
--- a/t/keccak_224.c
+++ b/t/keccak_224.c
@@ -24,5 +24,5 @@ static struct testcase testcases[] = {
int
main(void)
{
- TEST_MAIN("Keccak-224", KECCAK_224);
+ TEST_MAIN("Keccak-224", KECCAK_224, 1);
}