diff options
Diffstat (limited to 't/rawshake512.c')
-rw-r--r-- | t/rawshake512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/rawshake512.c b/t/rawshake512.c index 710514d..a4fc16d 100644 --- a/t/rawshake512.c +++ b/t/rawshake512.c @@ -29,7 +29,7 @@ static struct testcase testcases[] = { static int main_test(void) { - TEST_MAIN("RawSHAKE512", RAWSHAKE512); + TEST_MAIN("RawSHAKE512", RAWSHAKE512, 1); } |