mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
meson: clean up build_by_default
Build all executables by default except for the known-broken ones. This also allows running qemu-iotests without manually building socket_scm_helper. Reported-by: Max Reitz <mreitz@redhat.com> Tested-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8a5701e54a
commit
27d551c00d
6 changed files with 8 additions and 9 deletions
|
@ -541,7 +541,6 @@ fpcflags += [
|
|||
fptest = executable(
|
||||
'fp-test',
|
||||
['fp-test.c', tfdir / 'slowfloat.c', '../../fpu/softfloat.c'],
|
||||
build_by_default: false,
|
||||
link_with: [libtestfloat, libsoftfloat],
|
||||
dependencies: [qemuutil],
|
||||
include_directories: [sfinc, include_directories(tfdir)],
|
||||
|
@ -628,7 +627,6 @@ test('fp-test:mulAdd', fptest,
|
|||
fpbench = executable(
|
||||
'fp-bench',
|
||||
['fp-bench.c', '../../fpu/softfloat.c'],
|
||||
build_by_default: false,
|
||||
link_with: [libtestfloat, libsoftfloat],
|
||||
dependencies: [qemuutil],
|
||||
include_directories: [sfinc, include_directories(tfdir)],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue