diff options
author | Emil Velikov <[email protected]> | 2014-08-29 20:42:34 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:24 +0100 |
commit | c6948da66624cbda6dc180127fd9fa3832abc2ae (patch) | |
tree | 3ebcb97ff8320dd95e14c06075fd4bbf3947c38c /src/gallium/Makefile.am | |
parent | 13a5adc1b7eb9cef078c249c30f2084184637e46 (diff) |
gallium/tests: ship all the tests in the release tarball
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 304cb505770..f6c06eddd84 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -192,3 +192,7 @@ SUBDIRS += \ tests/trivial \ tests/unit endif + +EXTRA_DIST += \ + tests/graw \ + tests/python |