summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-11-30 15:35:46 +0000
committerThomas Wood <thomas.wood@intel.com>2015-12-02 15:02:52 +0000
commit0394844a478e500740389e2cbbf2fdee0c4054c7 (patch)
tree63a623a6d1577b420fc5d85be8054db0c3ee60fe /tests
parent72b6bec370451ae722ddc1c5457f4cfa6a55b188 (diff)
tests/gem_request_retire: add test description
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_request_retire.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gem_request_retire.c b/tests/gem_request_retire.c
index 0c7c45e7..545a245a 100644
--- a/tests/gem_request_retire.c
+++ b/tests/gem_request_retire.c
@@ -49,6 +49,9 @@
#include "intel_bufmgr.h"
+IGT_TEST_DESCRIPTION("Collection of tests targeting request retirement code"
+ " paths.");
+
#define WIDTH 4096
#define HEIGHT 4096
#define BO_SIZE (WIDTH * HEIGHT * sizeof(uint32_t))