]> git.ipfire.org Git - thirdparty/openvpn.git/commit
unit_tests: Remove useless wrapping for argv/buffer tests
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 7 Oct 2025 18:52:09 +0000 (20:52 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 7 Oct 2025 20:16:11 +0000 (22:16 +0200)
commitd2428900ef07b1eb9d52a5de8ba5802b37a99d65
tree83d9d465977d2f13ce42a02dd74ca5988d1d87d9
parentebf781b8a15932ff7b7911ce41bdcedf70d0eb06
unit_tests: Remove useless wrapping for argv/buffer tests

If not using mock() or check_expected(), and
not linking the original function, then there
is no need for wrapping support.

Change-Id: I937105abeb5e8f796bf6bbe8432972adb60b3e2a
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1243
Message-Id: <20251007185217.19381-1-gert@greenie.muc.de>
URL: https://sourceforge.net/p/openvpn/mailman/message/59243508/
Signed-off-by: Gert Doering <gert@greenie.muc.de>
CMakeLists.txt
tests/unit_tests/openvpn/Makefile.am
tests/unit_tests/openvpn/test_argv.c