On 16 February 2017 at 09:09, Emil Velikov <[email protected]> wrote:
> From: Emil Velikov <[email protected]> > > Namely, always build with LLVM and run the check target. > > Cc: Rhys Kidd <[email protected]> > Cc: Eric Anholt <[email protected]> > Signed-off-by: Emil Velikov <[email protected]> > Gets my Reviewed-by: Rhys Kidd <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
