aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/tests')
-rw-r--r--src/glx/tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/tests/meson.build b/src/glx/tests/meson.build
index fd9d4d433b2..fa3ca9db8cd 100644
--- a/src/glx/tests/meson.build
+++ b/src/glx/tests/meson.build
@@ -44,6 +44,7 @@ if with_shared_glapi
include_directories('..'),
],
dependencies : [dep_libdrm, dep_thread, idep_gtest]
- )
+ ),
+ suite : ['glx'],
)
endif