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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -109,7 +109,8 @@ TEST =\ blake224.t\ blake256.t\ blake384.t\ - blake512.t + blake512.t\ + misc-tests.t LOBJ = $(OBJ:.o=.lo) TOBJ = $(TEST:.t=.o) |