Mesa (master): glx: meson: wire up the dispatch-index-check test

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 21 14:49:53 UTC 2018


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Dec 12 19:07:52 2018 +0000

glx: meson: wire up the dispatch-index-check test

Accidentally dropped with earlier commit.!

Fixes: 4ccb9816737 ("meson: Use consistent style for tests")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/glx/tests/meson.build | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/glx/tests/meson.build b/src/glx/tests/meson.build
index fa3ca9db8c..2420c90c43 100644
--- a/src/glx/tests/meson.build
+++ b/src/glx/tests/meson.build
@@ -34,6 +34,11 @@ if with_shared_glapi
   endif
 
   test(
+    'dispatch-index-check',
+    files('dispatch-index-check'),
+    suite : ['glx'],
+  )
+  test(
     'glx-test',
     executable(
       'glx-test',




More information about the mesa-commit mailing list