tests: add drm_auth tests for generic DRM-auth-magic testing

This adds tests/drm_auth.c which tests for drmGetMagic() and
drmAuthMagic() deficiencies.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
David Herrmann
2015-05-04 20:15:54 +02:00
committed by Daniel Vetter
parent 3be592001b
commit 30e84df0c1
3 changed files with 165 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ TESTS_progs = \
core_getclient \
core_getstats \
core_getversion \
drm_auth \
drm_import_export \
drm_read \
drm_vma_limiter \