Re: [Openvpn-devel] [PATCH 5/9] Add ifdef guards to unit test

2021-05-14 Thread Gert Doering
Hi, On Wed, May 12, 2021 at 03:15:07PM +0200, Arne Schwabe wrote: > the unit tests do not compile under windows since they are missing > the correct ifdef guards While I totally agree with "WE MUST HAVE MORE #IFDEF!!" (in best OpenVPN tradition), I do not think that this is the right place or tim

[Openvpn-devel] [PATCH 5/9] Add ifdef guards to unit test

2021-05-12 Thread Arne Schwabe
the unit tests do not compile under windows since they are missing the correct ifdef guards Signed-off-by: Arne Schwabe --- tests/unit_tests/openvpn/test_argv.c | 2 ++ tests/unit_tests/openvpn/test_auth_token.c | 2 ++ tests/unit_tests/openvpn/test_crypto.c | 4 tests/unit_tests/