diff mbox

tests: Document exec naming convention for execbuf related tests

Message ID 1385548908-7628-1-git-send-email-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Nov. 27, 2013, 10:41 a.m. UTC
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 tests/NAMING-CONVENTION | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/tests/NAMING-CONVENTION b/tests/NAMING-CONVENTION
index 8fc6548db067..586cffe06dd3 100644
--- a/tests/NAMING-CONVENTION
+++ b/tests/NAMING-CONVENTION
@@ -65,3 +65,5 @@  ctx: Tests that exercise the hw context support.
 render/blt/bsd/vebox: Tests which apply to individual rings should use these
 suffixes. They're a bit inconsistent and historically grown, but they new Bspec
 names (RCS, BCS, VCS and VECS) aren't really clearer.
+
+exec: Tests that exercise the execbuf code in various ways.