test: Use $XSERVER_BUILDDIR for Xvfb executable path

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>
This commit is contained in:
Michel Dänzer 2016-10-05 17:29:36 +09:00 committed by Adam Jackson
parent cc69d4f110
commit 95d3980c7c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export SERVER_COMMAND="$XSERVER_DIR/hw/vfb/Xvfb \
export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
-noreset \
-screen scrn 1280x1024x24"
export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb