tests: s/drm_reg_read/gem_reg_read

gem_ is the prefix for low-level kernel tests, drm_ tests
libdrm_intel specific stuff.
This commit is contained in:
Daniel Vetter 2012-07-23 06:41:10 +02:00
parent 434be47f12
commit fb748aad4c
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ TESTS_progs = \
gem_ctx_exec \
gem_ctx_bad_exec \
gem_ctx_basic \
drm_reg_read \
gem_reg_read \
$(NULL)
# IMPORTANT: The ZZ_ tests need to be run last!