tests: Align subtest with naming convention

Yeah, historically grown but we should try to be somewhat consistent.
It helps with filtering testcases.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2015-02-06 23:10:26 +01:00
parent bf5035a728
commit 3e9b4e37e6
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -725,8 +725,8 @@ run_basic_modes(const struct access_mode *mode,
{ "cpu", cpu_copy_bo, cpu_require },
{ "gtt", gtt_copy_bo, gtt_require },
{ "wc", wc_copy_bo, wc_require },
{ "bcs", blt_copy_bo, bcs_require },
{ "rcs", render_copy_bo, rcs_require },
{ "blt", blt_copy_bo, bcs_require },
{ "render", render_copy_bo, rcs_require },
{ NULL, NULL }
}, *p;
const struct {