summaryrefslogtreecommitdiffstats
path: root/src/egl/egl-entrypoint-check.py
Commit message (Collapse)AuthorAgeFilesLines
* egl: rewrite entrypoints checkEric Engestrom2019-07-101-0/+36
Part of the effort to replace shell scripts with portable python scripts. I could've used a trivial `assert lines == sorted(lines)`, but this way the caller is shown which entrypoint is out of order. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]>