
On 03/12/2014 07:21 AM, Daniel P. Berrange wrote:
Remove the virsystemdmock.la library and instead make use of the shared virmockdbus.la library
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- tests/Makefile.am | 13 ++--- tests/virsystemdmock.c | 139 ------------------------------------------------- tests/virsystemdtest.c | 89 +++++++++++++++++++++++++++++-- 3 files changed, 88 insertions(+), 153 deletions(-) delete mode 100644 tests/virsystemdmock.c
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8ac200d..baf0483 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -349,7 +349,7 @@ test_libraries += libqemumonitortestutils.la \ endif WITH_QEMU
if WITH_DBUS -test_libraries += virsystemdmock.la \ +test_libraries += \ virmockdbus.la
Maybe worth collapsing to one line, or using $(NULL)? ACK. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org