mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
build: only build virnetdevopenvswitchtest on Linux
Now that it uses virnetdevbandwidthmock which we only
build on Linux.
Fixes: eb55e8a897
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
ca444a2eb2
commit
4a0c0d85d2
@ -350,6 +350,11 @@ if host_machine.system() == 'linux'
|
||||
{ 'name': 'virscsitest' },
|
||||
{ 'name': 'virusbtest' },
|
||||
]
|
||||
if conf.has('WITH_YAJL')
|
||||
tests += [
|
||||
{ 'name': 'virnetdevopenvswitchtest' },
|
||||
]
|
||||
endif
|
||||
endif
|
||||
|
||||
if conf.has('WITH_BHYVE')
|
||||
@ -543,7 +548,6 @@ if conf.has('WITH_YAJL')
|
||||
tests += [
|
||||
{ 'name': 'virjsontest' },
|
||||
{ 'name': 'virmacmaptest' },
|
||||
{ 'name': 'virnetdevopenvswitchtest' },
|
||||
]
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user