tests: Add a test for the command parser

Start with a simple testcase that should pass.

v2: Switch to I915_PARAM_CMD_PARSER_VERSION

Signed-off-by: Brad Volkin <bradley.d.volkin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Brad Volkin
2014-01-29 13:58:25 -08:00
committed by Daniel Vetter
parent 49c611b590
commit e8b4ecd387
3 changed files with 142 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ TESTS_progs_M = \
gem_exec_bad_domains \
gem_exec_faulting_reloc \
gem_exec_nop \
gem_exec_parse \
gem_fenced_exec_thrash \
gem_fence_thrash \
gem_flink \