travis: meson: enable unit tests

v2: [Emil] pass the argument directly to meson

Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (v1)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Dylan Baker
2018-12-11 10:34:51 -08:00
committed by Emil Velikov
parent 116f0fb216
commit 31c162ad22

View File

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