summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-27 11:31:12 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-27 11:31:12 +0100
commit6720dd4b2cb657705ccb31fd87d85cd6831ea2f2 (patch)
tree6fe72213d806fa3201876ca531f2aabf448512d5
parentaa4ff912e3a7a84adcfc6bde9f6f2e9a4a1aaf82 (diff)
tests: Document exec naming convention for execbuf related tests
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--tests/NAMING-CONVENTION2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/NAMING-CONVENTION b/tests/NAMING-CONVENTION
index 8fc6548d..586cffe0 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.