aboutsummaryrefslogtreecommitdiffstats
path: root/t/ripemd-160.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-04 17:41:55 +0200
committerMattias Andrée <maandree@kth.se>2024-09-04 17:41:55 +0200
commit99d71e6cd149414dd97f521cae418b49087334bb (patch)
tree6e6a086284779110f7b4bd2bce0f4dcf398ee22e /t/ripemd-160.c
parentMove test files into t/ (diff)
downloadlibhashsum-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/ripemd-160.c')
-rw-r--r--t/ripemd-160.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ripemd-160.c b/t/ripemd-160.c
index 326cc18..a4acb22 100644
--- a/t/ripemd-160.c
+++ b/t/ripemd-160.c
@@ -32,5 +32,5 @@ static struct testcase testcases[] = {
int
main(void)
{
- TEST_MAIN("RIPEMD-160", RIPEMD_160);
+ TEST_MAIN("RIPEMD-160", RIPEMD_160, 1);
}