summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2021-03-31 12:02:07 +0100
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2021-04-01 12:24:41 +0100
commit21f472af73a347f1cac38c0e838c94a19c83248c (patch)
tree2ef58385b0dabfb5f90ce66b0a343d2e7f367638 /tests/meson.build
parent2856ade22235ab3d2ab2aee93c814f06e1963bc6 (diff)
tests/i915: Default fence expiry test
Basic test to check that default fence expiry works as expected. Relies on the modparam to run quicker. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Matthew Auld <matthew.auld@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 15b674ed..55ea6380 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -220,6 +220,7 @@ i915_progs = [
'gem_userptr_blits',
'gem_vm_create',
'gem_wait',
+ 'gem_watchdog',
'gem_workarounds',
'i915_fb_tiling',
'i915_getparams_basic',