aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-13 00:26:47 +0100
committerMattias Andrée <maandree@kth.se>2022-02-13 00:26:47 +0100
commit32a28569af14e55604eeddbd4b232a022d08bfb3 (patch)
treeabd2cba52c5a13401c9b933c3a30f5a2d82e1f08 /test.c
parentBump lib version (diff)
downloadlibar2-32a28569af14e55604eeddbd4b232a022d08bfb3.tar.gz
libar2-32a28569af14e55604eeddbd4b232a022d08bfb3.tar.bz2
libar2-32a28569af14e55604eeddbd4b232a022d08bfb3.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index a799b2e..b38ce05 100644
--- a/test.c
+++ b/test.c
@@ -793,4 +793,5 @@ main(void)
check_libar2_encode_params_libar2_decode_params();
check_libar2_validate_params();
check_libar2_hash();
+ return 0;
}