summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorChunming Zhou <david1.zhou@amd.com>2020-07-08 16:20:12 +0300
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2020-08-05 14:01:19 +0300
commit28c1e6980d6e200d6c12c33cbadefcaea7765d95 (patch)
tree2ac6e6ff38c6db920ab3f258bf6b4affe0f5890e /tests/meson.build
parent1810f3687cc56d90b473e408f1ac3a307eb3f251 (diff)
igt: add timeline test cases
v2: adapt to new transfer ioctl v3: Drop useless uint64_t casts (Lionel) Fix timeline query prototypes (Lionel) Test multi wait with timeline & binary syncobjs (Lionel) v4: Switch from drmIoctl to igt_ioctl in tests/*.c (Chris) Clear out errno in helper functions (Chris) v5: Fix lib comments on transfer helpers (Lionel) v6: Add igt_describe() (Lionel) v7: Fix reset-during-wait-for-submit (point value was left uninitialized and we picked up a > 1 value mostly by chance). Signed-off-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> (v6)
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 d7f3b3738..684de0430 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -87,6 +87,7 @@ test_progs = [
'prime_vgem',
'syncobj_basic',
'syncobj_wait',
+ 'syncobj_timeline',
'template',
'tools_test',
'v3d_get_bo_offset',