diff options
author | Emil Velikov <[email protected]> | 2015-11-19 15:50:50 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-20 10:40:23 +0000 |
commit | 166314dd8829c80f1df5a3b7070b6c86cccf1b9e (patch) | |
tree | e1b68c35b103b3aea4ef247826e00b1f6606456a /src/egl/Makefile.am | |
parent | 5a79e0a8e37ea10cfa6fc39f4fbe315f9620fe52 (diff) |
automake: egl: add symbols test
Should help us catch issues where we expose any extra symbols by
mistake. Just like the ones fixes with previous commit.
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Kai Wasserbäch <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/egl/Makefile.am')
-rw-r--r-- | src/egl/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 88fe13acbd4..0b463c8deb0 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -119,7 +119,10 @@ egl_HEADERS = \ $(top_srcdir)/include/EGL/eglmesaext.h \ $(top_srcdir)/include/EGL/eglplatform.h +TESTS = egl-symbols-check + EXTRA_DIST = \ + egl-symbols-check \ SConscript \ drivers/haiku \ docs \ |