From 99d71e6cd149414dd97f521cae418b49087334bb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 4 Sep 2024 17:41:55 +0200 Subject: tests: check .supports_non_whole_bytes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- t/keccak_256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/keccak_256.c') 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); } -- cgit v1.2.3-70-g09d2