Hi,
On Wed, May 25, 2016 at 07:57:55PM +0200, openvpn-de...@neuhalfen.name wrote:
> From: Jens Neuhalfen
>
> cmocka [1,2] is a testing framework for C. Adding unit test capabilities to
> the
> openvpn repository will greatly ease the task of writing correct code.
>
> cmocka source code is adde
On Wed, May 25, 2016 at 7:57 PM, wrote:
> From: Jens Neuhalfen
>
> cmocka [1,2] is a testing framework for C. Adding unit test capabilities to
> the
> openvpn repository will greatly ease the task of writing correct code.
>
> cmocka source code is added as git submodule in ./vendor. A submodule
From: Jens Neuhalfen
cmocka [1,2] is a testing framework for C. Adding unit test capabilities to the
openvpn repository will greatly ease the task of writing correct code.
cmocka source code is added as git submodule in ./vendor. A submodule approach
has been chosen over a classical library depe