Re: [libvirt] [v10 2/6] add unit test to hostdev common library

2014-01-20 Thread Jim Fehlig
Chunyan Liu wrote: Add unit test for hostdev common library. Current tests are based on virpcimock. [...] diff --git a/tests/virpcimock.c b/tests/virpcimock.c index 49759b0..5676db7 100644 --- a/tests/virpcimock.c +++ b/tests/virpcimock.c Your can drop the changes to this file,

[libvirt] [v10 2/6] add unit test to hostdev common library

2014-01-16 Thread Chunyan Liu
Add unit test for hostdev common library. Current tests are based on virpcimock. Signed-off-by: Chunyan Liu cy...@suse.com --- tests/Makefile.am |5 + tests/virhostdevtest.c | 473 tests/virpcimock.c | 23 +++- 3 files changed, 500