summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2021-01-22 17:46:56 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2021-01-23 13:55:34 +0000
commit1b88d8993e0ac84f2f18490339b2cc2205b8b8a1 (patch)
tree08744615bf901ff59f44a5459f06fd528be0fa31 /tests/meson.build
parent0949766cb9846d7d55fac9cdf31d3d8e8ed1d0c6 (diff)
i915: Exercise sysfs client properties
We store every client name, pid and runtime under sysfs. Better check that matches with the actual client. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ff924ff9..825e0183 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -236,6 +236,7 @@ i915_progs = [
'i915_query',
'i915_selftest',
'i915_suspend',
+ 'sysfs_clients',
'sysfs_defaults',
'sysfs_heartbeat_interval',
'sysfs_preempt_timeout',