diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-24 00:28:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-24 00:28:01 +0200 |
commit | 5dc20ecaf0bd3b8e96d15b9d25ee306ba50bb654 (patch) | |
tree | 5182f9cc51087e3b0ebbf07d6227d4967321535c /sha_224.c | |
parent | Document when things were introduced (diff) | |
download | libhashsum-5dc20ecaf0bd3b8e96d15b9d25ee306ba50bb654.tar.gz libhashsum-5dc20ecaf0bd3b8e96d15b9d25ee306ba50bb654.tar.bz2 libhashsum-5dc20ecaf0bd3b8e96d15b9d25ee306ba50bb654.tar.xz |
Disable the massive tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | sha_224.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,9 +12,11 @@ static struct testcase testcases[] = { {1000UL, 0, "A", "a8d0c66b5c6fdfd836eb3c6d04d32dfe66c3b1f168b488bf4c9c66ce"}, {1005UL, 0, "\x99", "cb00ecd03788bf6c0908401e0eb053ac61f35e7e20a2cfd7bd96d640"}, {1000000UL, 8, "\0", "3a5d74b68f14f3a4b2be9289b8d370672d0b3d2f53bc303c59032df3"}, +#ifdef MASSIVE_TESTS {0x20000000UL, 0, "A", "c4250083cf8230bf21065b3014baaaf9f76fecefc21f91cf237dedc9"}, {0x41000000UL, 8, "\0", "014674abc5cb980199935695af22fab683748f4261d4c6492b77c543"}, {0x6000003FUL, 0, "\x84", "a654b50b767a8323c5b519f467d8669837142881dc7ad368a7d5ef8f"}, +#endif {1, 0, "abc", "23097d223405d8228642a477bda255b32aadbce4bda0b3f7e36c9da7"}, {1, 0, "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", "75388b16512776cc5dba5da1fd890150b0c6455cb4f58b1952522525"} |