summaryrefslogtreecommitdiff
path: root/tests/drm_vma_limiter.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-11-28 11:02:44 +0000
committerThomas Wood <thomas.wood@intel.com>2014-12-04 16:07:55 +0000
commitb2ac2642a9b5448761086bdb8ae1a1e2974b3995 (patch)
tree48c6e835a0b62de686a6889847c3176cd77637fe /tests/drm_vma_limiter.c
parent029dee797965357dbcbe5a097731701e4d965d82 (diff)
tests: add more test descriptions
Add more test descriptions based on exiting comments. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/drm_vma_limiter.c')
-rw-r--r--tests/drm_vma_limiter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/drm_vma_limiter.c b/tests/drm_vma_limiter.c
index e1381fe3..bb7102f1 100644
--- a/tests/drm_vma_limiter.c
+++ b/tests/drm_vma_limiter.c
@@ -50,6 +50,8 @@ struct intel_batchbuffer *batch;
* this checks whether they actually work.
*/
+IGT_TEST_DESCRIPTION("Check whether the libdrm vma limiter works.");
+
/* we do both cpu and gtt maps, so only need half of 64k to exhaust */
#define BO_ARRAY_SIZE 35000
drm_intel_bo *bos[BO_ARRAY_SIZE];