浏览代码

egl: fix entrypoint sorting test

Fixes: 68dc591af1 "egl: Fix eglentrypoint.h sort order."
Cc: Emil Velikov <emil.l.velikov@gmail.com>
Cc: Tapani Pälli <tapani.palli@intel.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
tags/18.3-branchpoint
Eric Engestrom 6 年前
父节点
当前提交
b42dc50a5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/egl/egl-entrypoint-check

+ 1
- 1
src/egl/egl-entrypoint-check 查看文件

@@ -7,5 +7,5 @@ then
fi

entrypoints=$(grep EGL_ENTRYPOINT "$srcdir"/main/eglentrypoint.h)
sorted=$(sort <<< "$entrypoints")
sorted=$(LANG=C sort <<< "$entrypoints")
test "$entrypoints" = "$sorted"

正在加载...
取消
保存