Module: Mesa Branch: master Commit: 557f3181bfe3ac2de3778d5b88f67da6a69ce837 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=557f3181bfe3ac2de3778d5b88f67da6a69ce837
Author: Eric Engestrom <[email protected]> Date: Tue Feb 21 23:56:50 2017 +0000 egl: distribute all tests Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- src/egl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index bd8903f..d36a786 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -129,7 +129,7 @@ egl_HEADERS = \ TESTS = egl-symbols-check EXTRA_DIST = \ - egl-symbols-check \ + $(TESTS) \ SConscript \ drivers/haiku \ main/egl.def \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
