diff mbox series

[v2,03/10] tests/meson.build: fp tests don't need CONFIG_TCG

Message ID 20200909112742.25730-4-alex.bennee@linaro.org
State Superseded
Headers show
Series testing and misc updates | expand

Commit Message

Alex Bennée Sept. 9, 2020, 11:27 a.m. UTC
As the tests build only softfloat.c no actual TCG machinary is neede
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 <alex.bennee@linaro.org>

Message-Id: <20200903112107.27367-7-alex.bennee@linaro.org>
---
 .travis.yml       | 2 +-
 tests/meson.build | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.20.1

Comments

Philippe Mathieu-Daudé Sept. 9, 2020, 1:03 p.m. UTC | #1
On 9/9/20 1:27 PM, Alex Bennée wrote:
> As the tests build only softfloat.c no actual TCG machinary is neede


Typo "needed".

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


> 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 <alex.bennee@linaro.org>

> Message-Id: <20200903112107.27367-7-alex.bennee@linaro.org>

> ---

>  .travis.yml       | 2 +-

>  tests/meson.build | 3 ++-

>  2 files changed, 3 insertions(+), 2 deletions(-)

> 

> diff --git a/.travis.yml b/.travis.yml

> index 1d0ade0a133..65341634d02 100644

> --- a/.travis.yml

> +++ b/.travis.yml

> @@ -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"

> diff --git a/tests/meson.build b/tests/meson.build

> index 998e4c48f90..dae8a77df14 100644

> --- a/tests/meson.build

> +++ b/tests/meson.build

> @@ -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

>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 1d0ade0a133..65341634d02 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
diff --git a/tests/meson.build b/tests/meson.build
index 998e4c48f90..dae8a77df14 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -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