]> git.ipfire.org Git - thirdparty/openvpn.git/commit
test_user_pass: new UT for get_user_pass
authorFrank Lichtenheld <frank@lichtenheld.com>
Sat, 27 Jan 2024 20:07:16 +0000 (21:07 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 29 Jan 2024 08:31:21 +0000 (09:31 +0100)
commitb9696ff387c1754d057a3611531b681d14de9105
treefc571e5d021776a9a773339e9be7bb02fd0e9403
parent7869617a0f85089fb5e6fbe2db6f03542a8f33f4
test_user_pass: new UT for get_user_pass

UTs for basic functionality, without management functions.

v2:
 - add CMake support
 - add GHA support for both MSVC and mingw
v3:
 - fix distcheck by adding input/ directory to dist

Change-Id: I193aef06912f01426dd4ac298aadfab97dd75a35
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20240127200716.10255-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28138.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.github/workflows/build.yaml
CMakeLists.txt
src/openvpn/misc.h
src/openvpn/syshead.h
tests/unit_tests/openvpn/Makefile.am
tests/unit_tests/openvpn/input/user_only.txt [new file with mode: 0644]
tests/unit_tests/openvpn/input/user_pass.txt [new file with mode: 0644]
tests/unit_tests/openvpn/test_user_pass.c [new file with mode: 0644]