tests: Tweak vircapstest_LDADD
commit6b8048b48d16395a6b1f199e32b5f5b3c4678db7
authorAndrea Bolognani <abologna@redhat.com>
Wed, 12 Jun 2019 09:42:39 +0000 (12 11:42 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 12 Jun 2019 18:31:18 +0000 (12 20:31 +0200)
tree471de5101cf460ce0fd568ac8965fd1a120f44e3
parent74d8909f76c3647850e57279ad9c2397d395e012
tests: Tweak vircapstest_LDADD

We optionally include QEMU and LXC support in this test and
depending on which is enabled (if either is enabled at all) we
need to link in different objects.

Right now we implicitly depend on the fact that qemu_LDADDS is
empty when QEMU is not enabled to get the correct set of objects,
but it's better to be explicit about it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
tests/Makefile.am