diff options
author | Emil Velikov <[email protected]> | 2014-02-07 16:08:04 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 19:00:09 +0000 |
commit | 5c7f75f70a833d861c835aac2c008e03599f7b50 (patch) | |
tree | b0fb2d80450072b379d1eb7e0dc9143022d897ac /src/gbm/Makefile.am | |
parent | 33b9c0d46527563d5a5e0f1f4f4017cf799f5782 (diff) |
gbm: automake: add symbol tests
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gbm/Makefile.am')
-rw-r--r-- | src/gbm/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am index 261429881fa..fc4b534ead8 100644 --- a/src/gbm/Makefile.am +++ b/src/gbm/Makefile.am @@ -46,4 +46,6 @@ libgbm_la_LIBADD += \ libgbm_dri.la $(top_builddir)/src/mapi/shared-glapi/libglapi.la $(LIBDRM_LIBS) endif +TESTS = gbm-symbols-check + include $(top_srcdir)/install-lib-links.mk |