diff options
Diffstat (limited to 't/shake128.c')
-rw-r--r-- | t/shake128.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/shake128.c b/t/shake128.c index 10c24b3..014d0b0 100644 --- a/t/shake128.c +++ b/t/shake128.c @@ -33,7 +33,7 @@ static struct testcase testcases[] = { static int main_test(void) { - TEST_MAIN("SHAKE128", SHAKE128); + TEST_MAIN("SHAKE128", SHAKE128, 1); } |