diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-04 17:41:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-04 17:41:55 +0200 |
commit | 99d71e6cd149414dd97f521cae418b49087334bb (patch) | |
tree | 6e6a086284779110f7b4bd2bce0f4dcf398ee22e /t/sha_512_224.c | |
parent | Move test files into t/ (diff) | |
download | libhashsum-99d71e6cd149414dd97f521cae418b49087334bb.tar.gz libhashsum-99d71e6cd149414dd97f521cae418b49087334bb.tar.bz2 libhashsum-99d71e6cd149414dd97f521cae418b49087334bb.tar.xz |
tests: check .supports_non_whole_bytes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 't/sha_512_224.c')
-rw-r--r-- | t/sha_512_224.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha_512_224.c b/t/sha_512_224.c index 3c0d33b..f60bc55 100644 --- a/t/sha_512_224.c +++ b/t/sha_512_224.c @@ -22,5 +22,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("SHA-512/224", SHA_512_224); + TEST_MAIN("SHA-512/224", SHA_512_224, 1); } |