summaryrefslogtreecommitdiff
path: root/tests/core_getversion.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-13 11:40:12 +0100
committerThomas Wood <thomas.wood@intel.com>2014-11-06 13:24:29 +0000
commit3d0dca47c6fdec0720aca8016af9a889a0eb3409 (patch)
treeb7dd7b77b0928536595374ce56672d00bedd5bb0 /tests/core_getversion.c
parentf8b3c704af190fcf49f358ea1395ad8fb8b5b5cb (diff)
docs: add some test descriptions
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/core_getversion.c')
-rw-r--r--tests/core_getversion.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/core_getversion.c b/tests/core_getversion.c
index 7058c897..30132e44 100644
--- a/tests/core_getversion.c
+++ b/tests/core_getversion.c
@@ -29,9 +29,9 @@
#include <sys/ioctl.h>
#include "drmtest.h"
-/**
- * Checks DRM_IOCTL_GET_VERSION and libdrm's drmGetVersion() interface to it.
- */
+IGT_TEST_DESCRIPTION("Tests the DRM_IOCTL_GET_VERSION ioctl and libdrm's "
+ "drmGetVersion() interface to it.");
+
igt_simple_main
{
int fd;