summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-05-04 20:15:54 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-05-05 09:44:49 +0200
commit30e84df0c110971cc07cc81fdbf66aa9e7840bc6 (patch)
tree73bd1996f1c04348376cb09ca9fb7c7d53e14495 /tests/Makefile.sources
parent3be592001b6944433490d491596694ca66bd134f (diff)
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>
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 4cbc50d3..2797a0f7 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -91,6 +91,7 @@ TESTS_progs = \
core_getclient \
core_getstats \
core_getversion \
+ drm_auth \
drm_import_export \
drm_read \
drm_vma_limiter \