]> git.ipfire.org Git - thirdparty/openvpn.git/commit
test_dhcp: Start a dhcp helper functions UT
authorFrank Lichtenheld <frank@lichtenheld.com>
Mon, 13 Oct 2025 15:47:53 +0000 (17:47 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 13 Oct 2025 15:58:49 +0000 (17:58 +0200)
commitd78ebd4b8c11e3fb2ed8ceac56d955d7a9dffb13
tree96eb75f73d15c36e72a11c91ef52355f46df8efa
parent8c53b12ae6a4cf96dc65ff9c5323af862d07b1b2
test_dhcp: Start a dhcp helper functions UT

Use extra define to allow testing code only
used on Windows but not actually dependent
on Windows.

Change-Id: I08e50030b1b692d351509f541e5c0b03b5170615
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1267
Message-Id: <20251013154758.21695-1-gert@greenie.muc.de>
URL: https://sourceforge.net/p/openvpn/mailman/message/59246199/
Signed-off-by: Gert Doering <gert@greenie.muc.de>
CMakeLists.txt
src/openvpn/dhcp.c
src/openvpn/dhcp.h
src/openvpn/tun.h
tests/unit_tests/openvpn/Makefile.am
tests/unit_tests/openvpn/mock_msg.h
tests/unit_tests/openvpn/test_dhcp.c [new file with mode: 0644]