On 13/06/2019 15:48, Arne Schwabe wrote:
> From: Arne Schwabe <a...@openvpn.net>
> 
> Patch V2: adapt unit tests to other V2 patches
> Patch V4: Resolve rebase conflicts
> ---
>  tests/unit_tests/openvpn/Makefile.am       |  20 +-
>  tests/unit_tests/openvpn/test_auth_token.c | 375 +++++++++++++++++++++
>  2 files changed, 394 insertions(+), 1 deletion(-)
>  create mode 100644 tests/unit_tests/openvpn/test_auth_token.c
> 

Looks reasonable.  But needs to be rebased on top of latest git master; I 
suspect 
this is due to sitnl patches arriving in master.  I had to "force" this into
submission, so I might have missed a few things - as I do get these errors:

-------------------------------------------------------------
.../openvpn/tests/unit_tests/openvpn/../../../src/openvpn/auth_token.c:201: 
undefined reference to `openvpn_base64_decode'
.../openvpn/tests/unit_tests/openvpn/../../../src/openvpn/auth_token.c:205: 
undefined reference to `openvpn_base64_decode'
.../openvpn/tests/unit_tests/openvpn/../../../src/openvpn/auth_token.c:254: 
undefined reference to `openvpn_base64_encode'
auth_token_testdriver-test_auth_token.o: In function `verify_auth_token':
.../OpenVPN/openvpn/tests/unit_tests/openvpn/../../../src/openvpn/auth_token.c:299:
 undefined reference to `openvpn_base64_decode'
-------------------------------------------------------------

In addition comes the warnings I've already reported in a prior patch.


-- 
kind regards,

David Sommerseth
OpenVPN Inc



_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to