From: Dylan Baker <[email protected]>

v2: [Emil] pass the argument directly to meson

Reviewed-by: Emil Velikov <[email protected]> (v1)
Signed-off-by: Emil Velikov <[email protected]>
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3c34942cadb..8cb7f8b95c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -649,7 +649,9 @@ script:
 
       export CFLAGS="$CFLAGS -isystem`pwd`"
       meson _build $MESON_OPTIONS \
-                   --native-file=native.file
+                   --native-file=native.file \
+                   -Dbuild-tests=true
       meson configure _build
       ninja -C _build
+      ninja -C _build test
     fi
-- 
2.19.2

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to