[libvirt] [PATCH] tests: domaincaps: Fix build when WITH_QEMU is disabled

24 Oct
2019
24 Oct
'19
1:35 p.m.
doTestQemuInternal and doTestQemu are used only when WITH_QEMU is enabled. Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tests/domaincapstest.c | 5 +++++ 1 file changed, 5 insertions(+) Pushed as a fix for broken build. diff --git a/tests/domaincapstest.c b/tests/domaincapstest.c index 0197c61c8a..f77accdb76 100644 --- a/tests/domaincapstest.c +++ b/tests/domaincapstest.c @@ -266,6 +266,9 @@ test_virDomainCapsFormat(const void *opaque) return ret; } + +#if WITH_QEMU + static int doTestQemuInternal(const char *version, const char *machine, @@ -349,6 +352,8 @@ doTestQemu(const char *inputDir G_GNUC_UNUSED, return 0; } +#endif + static int mymain(void) { -- 2.21.0
2146
Age (days ago)
2146
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Krempa