summaryrefslogtreecommitdiff
path: root/tests/template.c
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2015-05-26 11:11:52 -0300
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2015-06-11 10:41:25 -0300
commit46a1791958f45cf1b15720b40aaca9306dd5227f (patch)
treec5a2b236c8197ee4bcd9ebc715100bd103213226 /tests/template.c
parent6b418f0264883871955d82058b1d36f710f810b4 (diff)
tests/template: add IGT_TEST_DESCRIPTION
So people that write tests based on the template don't forget to use the macro. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Diffstat (limited to 'tests/template.c')
-rw-r--r--tests/template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/template.c b/tests/template.c
index 24fd8506..4b5794ba 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