]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implement unit tests for auth-gen-token
authorArne Schwabe <arne@openvpn.net>
Tue, 17 Sep 2019 12:33:21 +0000 (14:33 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 1 Oct 2019 11:23:22 +0000 (13:23 +0200)
commitef2c7b2fa4fd9fae934e608e37dc8d98edbace5f
treea3206fb8089c5eda9daa708b1a9028c28fdd1de1
parent48a4c81b91bb5978cf21213fe5a85b80962025ee
Implement unit tests for auth-gen-token

The unit test is breaking the 80 char limit in some places
but the remaining lines it breaks the limit I feel
forcing the 80 char limit will impair readibility

Patch V2: adapt unit tests to other V2 patches
Patch V4: Resolve rebase conflicts
Patch V5: Add \ lost in rebase that broke compilation
Patch V7: Fix unit test failure, try to stay below 80
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20190917123321.15993-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18821.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/unit_tests/openvpn/Makefile.am
tests/unit_tests/openvpn/test_auth_token.c [new file with mode: 0644]