packaging: Update dependencies and bump version to 0.9.23
[profile/ivi/ico-uxf-weston-plugin.git] / tests / weston-only
1 #!/bin/sh
2 #
3 #       Weston IVI Plugin Test
4 #
5 #         Remark: This examination premises that Weston does not run.
6
7 # 1 Delete log file
8 mkdir ../tests/testlog 2> /dev/null
9 rm -fr ../tests/testlog/* 2> /dev/null
10
11 # 2 Set Environment for Test
12 export WESTON_IVI_PLUGIN_DIR="../src/.libs"
13
14 # 3 Start Weston
15 export XDG_CONFIG_HOME="../tests"
16 export XDG_RUNTIME_DIR="/run/user/5000"
17 MOD_DIR="$PWD/../src/.libs"
18 /usr/bin/weston --tty=2 --modules=$MOD_DIR/ico_plugin_loader.so --idle-time=0 $WESTON_BACKEND --log=../tests/testlog/weston.log &
19 sleep 1
20