summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-04-05 14:39:13 -0700
committerDylan Baker <[email protected]>2018-04-18 09:03:57 -0700
commitd28c24650110c130008be3d3fe584520ff00ceb1 (patch)
tree34737e1b8a1e1cffd7d8e7414347041d9cf402eb /src/gallium/tests/meson.build
parent34cb4d0ebc14663113705beae63dd52b9d1b2d87 (diff)
meson: build graw tests
This only enables the null and xlib target, so no windows support yet. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/tests/meson.build')
-rw-r--r--src/gallium/tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/meson.build b/src/gallium/tests/meson.build
index 57e248de117..0ee04350c87 100644
--- a/src/gallium/tests/meson.build
+++ b/src/gallium/tests/meson.build
@@ -22,3 +22,4 @@ subdir('trivial')
if with_gallium_softpipe
subdir('unit')
endif
+subdir('graw')