Re: [libvirt] [PATCH v3 2/4] tests: Introduce global mock library

2016-05-13 Thread Michal Privoznik
On 13.05.2016 09:01, Peter Krempa wrote: > On Thu, May 12, 2016 at 17:44:46 +0200, Michal Privoznik wrote: >> On 12.05.2016 17:30, Michal Privoznik wrote: >>> On 12.05.2016 16:34, Peter Krempa wrote: On Thu, May 12, 2016 at 14:36:22 +0200, Michal Privoznik wrote: > The intent is that this

Re: [libvirt] [PATCH v3 2/4] tests: Introduce global mock library

2016-05-13 Thread Peter Krempa
On Thu, May 12, 2016 at 17:44:46 +0200, Michal Privoznik wrote: > On 12.05.2016 17:30, Michal Privoznik wrote: > > On 12.05.2016 16:34, Peter Krempa wrote: > >> On Thu, May 12, 2016 at 14:36:22 +0200, Michal Privoznik wrote: > >>> The intent is that this library is going to be called every time > >

Re: [libvirt] [PATCH v3 2/4] tests: Introduce global mock library

2016-05-12 Thread Michal Privoznik
On 12.05.2016 17:30, Michal Privoznik wrote: > On 12.05.2016 16:34, Peter Krempa wrote: >> On Thu, May 12, 2016 at 14:36:22 +0200, Michal Privoznik wrote: >>> The intent is that this library is going to be called every time >>> to check if we are not touching anything outside srcdir or >>> builddir

Re: [libvirt] [PATCH v3 2/4] tests: Introduce global mock library

2016-05-12 Thread Michal Privoznik
On 12.05.2016 16:34, Peter Krempa wrote: > On Thu, May 12, 2016 at 14:36:22 +0200, Michal Privoznik wrote: >> The intent is that this library is going to be called every time >> to check if we are not touching anything outside srcdir or >> builddir. >> >> Signed-off-by: Michal Privoznik >> --- >>

Re: [libvirt] [PATCH v3 2/4] tests: Introduce global mock library

2016-05-12 Thread Peter Krempa
On Thu, May 12, 2016 at 14:36:22 +0200, Michal Privoznik wrote: > The intent is that this library is going to be called every time > to check if we are not touching anything outside srcdir or > builddir. > > Signed-off-by: Michal Privoznik > --- > cfg.mk| 2 +- > tests/Makefile

[libvirt] [PATCH v3 2/4] tests: Introduce global mock library

2016-05-12 Thread Michal Privoznik
The intent is that this library is going to be called every time to check if we are not touching anything outside srcdir or builddir. Signed-off-by: Michal Privoznik --- cfg.mk| 2 +- tests/Makefile.am | 13 +++- tests/testutils.c | 9 +++ tests/testutils.h | 10