diff options
Diffstat (limited to 'tests/i915/gem_exec_lut_handle.c')
-rw-r--r-- | tests/i915/gem_exec_lut_handle.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/i915/gem_exec_lut_handle.c b/tests/i915/gem_exec_lut_handle.c index 064308666..c5e8f1d72 100644 --- a/tests/i915/gem_exec_lut_handle.c +++ b/tests/i915/gem_exec_lut_handle.c @@ -40,6 +40,13 @@ #include "i915/gem.h" #include "i915/gem_create.h" #include "igt.h" +/** + * TEST: gem exec lut handle + * Description: Exercises the basic execbuffer using the handle LUT interface. + * Run type: FULL + * + * SUBTEST: + */ IGT_TEST_DESCRIPTION("Exercises the basic execbuffer using the handle LUT" " interface."); |