On 16 February 2017 at 09:09, Emil Velikov <emil.l.veli...@gmail.com> wrote:

> From: Emil Velikov <emil.veli...@collabora.com>
>
> Namely, always build with LLVM and run the check target.
>
> Cc: Rhys Kidd <rhysk...@gmail.com>
> Cc: Eric Anholt <e...@anholt.net>
> Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
>

Gets my Reviewed-by: Rhys Kidd <rhysk...@gmail.com>

I had a similar testing branch [0], and what will become apparent is there
are non-overlapping test coverage sets between $ scons check and $ make
check [1].

Might be a good task for a new developer to improve the coverage
consistency.

[0] https://github.com/Echelon9/mesa/compare/fix/scons-check
[1] https://travis-ci.org/Echelon9/mesa/jobs/191835756



> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index fb72a5e9b9..a3b094f9a1 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -109,5 +109,5 @@ script:
>          ;
>        make && make check;
>      elif test x$BUILD = xscons; then
> -      scons;
> +      scons llvm=1 && scons llvm=1 check;
>      fi
> --
> 2.11.0
>
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to