From 46a1791958f45cf1b15720b40aaca9306dd5227f Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Tue, 26 May 2015 11:11:52 -0300 Subject: [PATCH] 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 --- tests/template.c | 2 ++ 1 file changed, 2 insertions(+) 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