tests: Rename drm_auth to core_auth

It really is a core drm testcase and not a libdrm testcase. While at it
also make it generic, since it is.

Cc: Daniel Stone <daniels@collabora.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2015-11-30 16:03:46 +01:00
parent 3b75839b79
commit 92e83cb379
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -98,11 +98,11 @@ TESTS_progs_M = \
$(NULL)
TESTS_progs = \
core_auth \
core_getclient \
core_getstats \
core_getversion \
core_prop_blob \
drm_auth \
drm_import_export \
drm_read \
drm_vma_limiter \