tests: Add XWayland test
By default enabled but one can disable it by passing --disable-xwayland-test to the configure script. Also, the weston-tests-env script is trying to load xwayland.so in either case, but it behaves resilient in the absence of that meaning all the other tests are still going to be kicked for running. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
314d988b28
commit
19dadf2617
@@ -21,7 +21,7 @@ fi
|
||||
case $1 in
|
||||
*.la|*.so)
|
||||
$WESTON --backend=$BACKEND \
|
||||
--modules=$abs_builddir/.libs/${1/.la/.so} \
|
||||
--modules=$abs_builddir/.libs/${1/.la/.so},xwayland.so \
|
||||
--log="$SERVERLOG" \
|
||||
&> "$OUTLOG"
|
||||
;;
|
||||
@@ -29,6 +29,6 @@ case $1 in
|
||||
WESTON_TEST_CLIENT_PATH=$abs_builddir/$1 $WESTON \
|
||||
--backend=$BACKEND \
|
||||
--log="$SERVERLOG" \
|
||||
--modules=$abs_builddir/.libs/weston-test.so \
|
||||
--modules=$abs_builddir/.libs/weston-test.so,xwayland.so \
|
||||
&> "$OUTLOG"
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user