Mesa (master): glx/tests: automake: add dispatch-index-check to the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Wed Mar 1 13:01:07 UTC 2017


Module: Mesa
Branch: master
Commit: 8af447d6f0aa5bd8f674536cd06986cced2b8055
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8af447d6f0aa5bd8f674536cd06986cced2b8055

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Tue Feb 28 16:18:27 2017 +0000

glx/tests: automake: add dispatch-index-check to the tarball

Otherwise we'll fail at `make distcheck'

Fixes: 3cc33e76401 ("glx: add GLXdispatchIndex sort check")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/glx/tests/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am
index 8874c20..a41759b 100644
--- a/src/glx/tests/Makefile.am
+++ b/src/glx/tests/Makefile.am
@@ -14,6 +14,7 @@ AM_CPPFLAGS = \
 
 TESTS = glx-test dispatch-index-check
 check_PROGRAMS = glx-test
+EXTRA_DIST = dispatch-index-check
 
 glx_test_SOURCES =			\
 	clientinfo_unittest.cpp		\




More information about the mesa-commit mailing list