diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-08 22:29:35 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-08 22:29:35 +0200 |
| commit | 2d3a573977417d917c16742d8d9d8ead047d0ebc (patch) | |
| tree | caeac52856a9df0478e2bee53e5dda1f84422461 /librecrypt_decompose_chain1.c | |
| parent | Add DEFAULT_SUPPORT option and improve DEPENDENCIES (diff) | |
| download | librecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.gz librecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.bz2 librecrypt-2d3a573977417d917c16742d8d9d8ead047d0ebc.tar.xz | |
Misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | librecrypt_decompose_chain1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librecrypt_decompose_chain1.c b/librecrypt_decompose_chain1.c index 216c649..6eece8d 100644 --- a/librecrypt_decompose_chain1.c +++ b/librecrypt_decompose_chain1.c @@ -28,6 +28,7 @@ main(void) size_t n; SET_UP_ALARM(); + INIT_RESOURCE_TEST(); /* Check each '>' was replaced with NUL, and number * of '>' plus 1 (number of algorithms) was returned */ @@ -35,6 +36,7 @@ main(void) CHECK(">", "\0", 2u); CHECK("a$b>c$d>e$f", "a$b\0c$d\0e$f", 3u); + STOP_RESOURCE_TEST(); return 0; } |
