summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2015-03-16 20:06:55 +0000
committerDaniel Stone <daniels@collabora.com>2015-10-07 17:57:27 +0100
commitbbd193b478b4baf40d2a527cac16c271479696cd (patch)
tree4b484a948f6c409d67cbe6d8dc310bf4ab0dfe1b /tests/Makefile.sources
parent668c053e6a63469cb88dac8f89fea0159e1377b4 (diff)
tests: Add blob-property test
Exercises the new blob-creation ioctl, testing lifetimes and behaviour of user-created blobs, as well as exercising all the invariant conditions we guarantee from modes exposed as blob properties. v2: Renamed to core_prop_blob, skip test if blob not available. v3: No changes. v4: Consistently return 0/errno. v5: Use do_ioctl_err and igt_assert_fd. Use igt_assert_*() helper macros rather than direct igt_assert(). Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 2e2e088a..ac731f90 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -99,6 +99,7 @@ TESTS_progs = \
core_getclient \
core_getstats \
core_getversion \
+ core_prop_blob \
drm_auth \
drm_import_export \
drm_read \