summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-23 12:31:08 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-29 11:01:00 +0100
commitbd796ece3e35f0dd5f17ab1c4ca615e81faa312a (patch)
treeb6a818f3715971ab9dc12b4ea9574a1e98a1b47d /tests/meson.build
parent9e01bb1b82cc66c0daddb4a252c6db62e0d2ca66 (diff)
tests/core_auth: Merge getclient subtests
Emil has another auth test which could use the check_auth function, so best to merge them all. We need a subtest group and put the tests which need to fully control who's master and how many open drm fd there are first. Cc: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 85f4601c..25b4614e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,6 +1,5 @@
test_progs = [
'core_auth',
- 'core_get_client_auth',
'core_getclient',
'core_getstats',
'core_getversion',