diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-30 19:58:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-30 19:58:07 +0200 |
commit | 2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed (patch) | |
tree | d3d3cc3784207210fc7c63cca267257b20153b67 /common.h | |
parent | m + add man pages (diff) | |
download | libhashsum-2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed.tar.gz libhashsum-2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed.tar.bz2 libhashsum-2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed.tar.xz |
Add more tests + m fixes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | common.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -229,7 +229,6 @@ run_tests(const char *name, enum libhashsum_algorithm algorithm, size_t hash_siz #ifdef TEST_UNSUPPORTED -# include <stdio.h> # define TEST_MAIN(NAME, ID)\ struct libhashsum_hasher hasher;\ |