diff -r 35d17c52d45c -r a2fc5b1cd476 test/main.c --- a/test/main.c Sat Oct 20 12:11:55 2018 +0200 +++ b/test/main.c Sat Oct 20 13:33:46 2018 +0200 @@ -47,6 +47,7 @@ ucx_test_register(suite, test_util_encrypt_str_k); ucx_test_register(suite, test_crypto_buffer); ucx_test_register(suite, test_crypto_stream); + ucx_test_register(suite, test_dav_pw2key); ucx_test_run(suite, stdout); fflush(stdout);