]> Git Repo - qemu.git/commitdiff
tests/meson.build: fp tests don't need CONFIG_TCG
authorAlex Bennée <[email protected]>
Wed, 9 Sep 2020 11:27:34 +0000 (12:27 +0100)
committerAlex Bennée <[email protected]>
Thu, 10 Sep 2020 09:43:57 +0000 (10:43 +0100)
As the tests build only softfloat.c no actual TCG machinary is needed
to test them (as is evidenced by GCC check-softfloat). Might as well
fix the wording on Travis while at it.

Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200909112742[email protected]>

.travis.yml
tests/meson.build

index 1d0ade0a133f5344d9f4279c7c66d435cfd0d50d..65341634d02afcacff898e8a336cff0da1adebeb 100644 (file)
@@ -138,7 +138,7 @@ jobs:
 
 
     # Just build tools and run minimal unit and softfloat checks
-    - name: "GCC check-softfloat (user)"
+    - name: "GCC check-unit and check-softfloat"
       env:
         - BASE_CONFIG="--enable-tools"
         - CONFIG="--disable-user --disable-system"
index 998e4c48f905c02d8724f10a687496edc2423f10..dae8a77df140eb61626acf80e665c1c16ab5f613 100644 (file)
@@ -259,8 +259,9 @@ test('decodetree', sh,
      workdir: meson.current_source_dir() / 'decode',
      suite: 'decodetree')
 
+subdir('fp')
+
 if 'CONFIG_TCG' in config_host
-  subdir('fp')
   if 'CONFIG_PLUGIN' in config_host
     subdir('plugin')
   endif
This page took 0.026742 seconds and 4 git commands to generate.