test/main.c

changeset 305
c3d98b2cccf3
parent 251
7534cb97b9ab
child 308
82275f589d8d
--- a/test/main.c	Mon Sep 11 14:17:26 2017 +0200
+++ b/test/main.c	Mon Sep 11 17:55:37 2017 +0200
@@ -32,6 +32,7 @@
 #include <ucx/test.h>
 
 #include "base64.h"
+#include "crypto.h"
 
 int main(int argc, char **argv) {
     printf("libidav tests\n");
@@ -42,6 +43,8 @@
     ucx_test_register(suite, test_util_base64decode);
     ucx_test_register(suite, test_util_base64decode_len);
     ucx_test_register(suite, test_util_base64encode);
+    ucx_test_register(suite, test_util_decrypt_str_k);
+    ucx_test_register(suite, test_util_encrypt_str_k);
     
     ucx_test_run(suite, stdout);
     fflush(stdout);

mercurial