mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 12:50:04 +01:00
Fixes make check with out-of-tree builds. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net>
7 lines
225 B
Bash
Executable file
7 lines
225 B
Bash
Executable file
export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
|
|
-noreset \
|
|
-screen scrn 1280x1024x24"
|
|
export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb
|
|
|
|
exec $XSERVER_DIR/test/scripts/run-piglit.sh
|
|
|