aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-08-30 19:58:07 +0200
committerMattias Andrée <maandree@kth.se>2024-08-30 19:58:07 +0200
commit2c15891937c6fb9f3b5e70ae0f0d0d906e4c03ed (patch)
treed3d3cc3784207210fc7c63cca267257b20153b67 /Makefile
parentm + add man pages (diff)
downloadlibhashsum-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8845858..28861b8 100644
--- a/Makefile
+++ b/Makefile
@@ -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)