]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
build: don't build hardware objects with linux-user
authorLaurent Vivier <lvivier@redhat.com>
Mon, 1 Apr 2019 14:12:22 +0000 (16:12 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 May 2019 13:19:39 +0000 (15:19 +0200)
commit29de2804014097f8d0e6eaec3318164405afe317
tree6b186d7ac4d3b5059a28c9c92b37451f1b9173ae
parent8d5d515a0fbfa7b6370656a9bee2f8eece1a890f
build: don't build hardware objects with linux-user

Some objects are only needed for system emulation and tools.
We can ignore them for the user mode case

Update tests to run accordingly: conditionally build some tests
on CONFIG_BLOCK.

Some tests use components that are only built when softmmu or
block tools are enabled, not for linux-user. So, if these components
are not available, disable the tests.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20190401141222.30034-6-lvivier@redhat.com>
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Makefile
Makefile.objs
tests/Makefile.include