Re: [Openvpn-devel] [PATCH 1/2] Add unit testing support via cmocka

2016-05-31 Thread Gert Doering
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

Re: [Openvpn-devel] [PATCH 1/2] Add unit testing support via cmocka

2016-05-26 Thread Steffan Karger
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

[Openvpn-devel] [PATCH 1/2] Add unit testing support via cmocka

2016-05-25 Thread openvpn-devel
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