diff options
author | Dylan Baker <[email protected]> | 2017-10-13 12:07:04 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-16 16:39:26 -0700 |
commit | 43a6e84927e3b1290f6f211f5dfb184dfe5a719e (patch) | |
tree | 28aa48fa6f1ffbe0eebe36e14ed5cc1ec7a3635f /src/mesa/meson.build | |
parent | c7081a3b0887e7406562e3b1d4c278f836550792 (diff) |
meson: build mesa test.
v2: - add dependency on dispatch.h generator (which this test needs)
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <[email protected]> (v1)
Diffstat (limited to 'src/mesa/meson.build')
-rw-r--r-- | src/mesa/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build index d55b03c7187..846a40da822 100644 --- a/src/mesa/meson.build +++ b/src/mesa/meson.build @@ -718,3 +718,6 @@ libmesa_gallium = static_library( ) subdir('drivers/dri') +if with_tests + subdir('main/tests') +endif |