tests: Use&Fix parallel tests

Also fix automake 1.13 support

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic
2013-02-21 21:01:23 +01:00
committed by Kristian Høgsberg
parent dda9d78ec9
commit f14977f854
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -21,12 +21,14 @@ fi
case $1 in
*.la|*.so)
$WESTON --backend=$BACKEND \
--socket=test-$(basename $1) \
--modules=$abs_builddir/.libs/${1/.la/.so},xwayland.so \
--log="$SERVERLOG" \
&> "$OUTLOG"
;;
*)
WESTON_TEST_CLIENT_PATH=$abs_builddir/$1 $WESTON \
--socket=test-$(basename $1) \
--backend=$BACKEND \
--log="$SERVERLOG" \
--modules=$abs_builddir/.libs/weston-test.so,xwayland.so \