diff options
Diffstat (limited to 'librecrypt_encode.c')
| -rw-r--r-- | librecrypt_encode.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/librecrypt_encode.c b/librecrypt_encode.c index 51a0a2e..a15321e 100644 --- a/librecrypt_encode.c +++ b/librecrypt_encode.c @@ -184,6 +184,8 @@ int main(void) { SET_UP_ALARM(); + INIT_RESOURCE_TEST(); + CHECK("", ""); CHECK("\x00", "AA"); CHECK("\x00\x00", "AAA"); @@ -192,6 +194,8 @@ main(void) CHECK("testtest", "dGVzdHRlc3Q"); CHECK("zy[]y21 !", "enlbXXkyMSAh"); CHECK("{~|~}~~~\x7f\x7f", "e358fn1+fn5/fw"); + + STOP_RESOURCE_TEST(); return 0; } |
