Re: [libvirt] [PATCH 2/5] virusbmock: Link with libvirt_utils

2017-02-09 Thread John Ferlan
On 02/06/2017 03:21 AM, Michal Privoznik wrote: > We are using couple of functions from there (e.g. virStrdup) and > rely that the binary linking us has the libvirt_utils linked > already. Well, this makes valgrind sad. > > Signed-off-by: Michal Privoznik > --- >

[libvirt] [PATCH 2/5] virusbmock: Link with libvirt_utils

2017-02-06 Thread Michal Privoznik
We are using couple of functions from there (e.g. virStrdup) and rely that the binary linking us has the libvirt_utils linked already. Well, this makes valgrind sad. Signed-off-by: Michal Privoznik --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1