aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/egl-entrypoint-check
blob: ec33d8e97f886240d8fdd996c693b7900a92343e (plain)
1
2
3
4
5
#!/bin/sh

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