mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
tests: add a check for command line handling
Check that command line handling works consistently across all tests. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -202,8 +202,13 @@ TESTS_testsuite = \
|
||||
igt_simulation \
|
||||
$(NULL)
|
||||
|
||||
TESTS_testsuite_scripts = \
|
||||
igt_command_line.sh \
|
||||
$(NULL)
|
||||
|
||||
TESTS = \
|
||||
$(TESTS_testsuite) \
|
||||
$(TESTS_testsuite_scripts) \
|
||||
$(NULL)
|
||||
|
||||
# Test that exercise specific asserts in the test framework library and are
|
||||
@@ -229,6 +234,7 @@ scripts = \
|
||||
ddx_intel_after_fbdev \
|
||||
debugfs_wedged \
|
||||
drm_lib.sh \
|
||||
igt_command_line.sh \
|
||||
$(NULL)
|
||||
|
||||
IMAGES = pass.png 1080p-left.png 1080p-right.png
|
||||
|
||||
Reference in New Issue
Block a user