projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3935690
)
glx/tests: automake: add dispatch-index-check to the tarball
author
Emil Velikov
<emil.velikov@collabora.com>
Tue, 28 Feb 2017 16:18:27 +0000
(16:18 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 28 Feb 2017 16:18:27 +0000
(16:18 +0000)
Otherwise we'll fail at `make distcheck'
Fixes: 3cc33e76401 ("glx: add GLXdispatchIndex sort check")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/glx/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glx/tests/Makefile.am
b/src/glx/tests/Makefile.am
index 8874c20b010d52a34a218b0d6e1816b36f163676..a41759b863e0359f0e0b4c9e9b308b3a987640cd 100644
(file)
--- 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 \