summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2021-05-24 15:52:24 -0500
committerJason Ekstrand <jason.ekstrand@collabora.com>2022-06-08 17:14:36 -0500
commit0791147086ed835899220de947faae1e55c77356 (patch)
tree15096e97504250cc1b9a5624e03f940bc8b5ee38 /tests/meson.build
parent2aff41793e5f7f23206547ff615187708e728b92 (diff)
tests/dmabuf: Add tests for sync_file export (v6)
v2 (Jason Ekstrand): - Rename subtests to have "export" in the name v3 (Jason Ekstrand): - Add an export-before-signal subtest v4 (Jason Ekstrand): - Test both via sync_file and via poll to ensure the semantics match properly. v5 (Kamil Konieczny): - Add igt_describe() for each subtest v6 (Kamil Konieczny): - Use SPDX license headers - Tweak the test description a bit Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com> Signed-off-by: Jason Ekstrand <jason.ekstrand@collabora.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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 fb0f1e37..b548dc3b 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -7,6 +7,7 @@ test_progs = [
'core_setmaster_vs_auth',
'debugfs_test',
'dmabuf',
+ 'dmabuf_sync_file',
'device_reset',
'drm_buddy',
'drm_import_export',