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>
This commit is contained in:
Paulo Zanoni 2015-05-26 11:11:52 -03:00
parent 6b418f0264
commit 46a1791958

View File

@ -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