瀏覽代碼

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"

Loading…
取消
儲存