[Intel-gfx] [PATCH igt 1/4] tests/template: add IGT_TEST_DESCRIPTION

Paulo Zanoni przanoni at gmail.com
Thu Jun 4 07:31:03 PDT 2015


From: Paulo Zanoni <paulo.r.zanoni at intel.com>

So people that write tests based on the template don't forget to use
the macro.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
---
 tests/template.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/template.c b/tests/template.c
index 24fd850..4b5794b 100644
--- a/tests/template.c
+++ b/tests/template.c
@@ -26,6 +26,8 @@
 
 #include "drmtest.h"
 
+IGT_TEST_DESCRIPTION("Template test.");
+
 /*
  * Note that test function (and code called by them) should generally not return
  * a variable indicating success/failure. Instead use the igt_require/igt_assert
-- 
2.1.4



More information about the Intel-gfx mailing list