* hotfix rapdijson for gcc14
[t2sde.git] / tests / 110-xvfb-xev.cmd
blob1f15d2054fda8c92b06baf05f39c9db044e41130
1 #!/bin/bash
3 [ "$QEMU" ] || exit 42
5 # TODO: uniq DISPLAY, timing?
6 export DISPLAY=:667
7 Xvfb $DISPLAY -screen 0 640x480x16 &
8 $QEMU -chroot $SYSROOT usr/X11/bin/xev >/dev/null 2>&1 &
9 sleep 1
10 import -window root -crop 24x24-0+0 -compress none pnm:-
12 kill %2
13 kill %1