소스 검색

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…
취소
저장