浏览代码

build: use xvfb-run to run the windows-i386 test suite on a non-mingw

build host.
legacy
Sam Hocevar sam 13 年前
父节点
当前提交
fcbfba7a44
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      build/lol-build

+ 10
- 0
build/lol-build 查看文件

@@ -178,6 +178,16 @@ check()
;;
ps3-ppu)
;;
windows-i386)
# If neither $MSYSTEM or $DISPLAY are set, and xvfb-run
# exists, use it to run the test suite.
if test "x${MSYSTEM}${DISPLAY}" = x \
&& xvfb-run --help 2>&1 >/dev/null; then
xvfb-run make check
else
make check
fi
;;
windows-amd64)
# No support for Wine64 yet
;;


正在加载...
取消
保存