aboutsummaryrefslogtreecommitdiff
path: root/tests/fp
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-09-11 13:12:11 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-09-30 19:09:19 +0200
commit27d551c00d5458d1deda33508dab7453959ca2c6 (patch)
tree303df74b795d66e37e49ab876ea09079a721a47e /tests/fp
parent8a5701e54a1f6a355072751e40c0ef440a4402b3 (diff)
downloadqemu-27d551c00d5458d1deda33508dab7453959ca2c6.zip
qemu-27d551c00d5458d1deda33508dab7453959ca2c6.tar.gz
qemu-27d551c00d5458d1deda33508dab7453959ca2c6.tar.bz2
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>
Diffstat (limited to 'tests/fp')
-rw-r--r--tests/fp/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/fp/meson.build b/tests/fp/meson.build
index 8779a17..24739ad 100644
--- a/tests/fp/meson.build
+++ b/tests/fp/meson.build
@@ -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)],