mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tests: add ZZ_check_dmesg
This way the testsuit automatically fails if we hit a DRM_ERROR or a WARN/BUG somewhere. ... i.e. this is the Jesse Barnes catcher ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -62,10 +62,13 @@ TESTS_progs = \
|
||||
drm_vma_limiter_cached \
|
||||
$(NULL)
|
||||
|
||||
# IMPORTANT: The ZZ_ tests need to be run last!
|
||||
# ... and make can't deal with inlined comments ...
|
||||
TESTS_scripts = \
|
||||
debugfs_reader \
|
||||
debugfs_emon_crash \
|
||||
sysfs_edid_timing \
|
||||
ZZ_check_dmesg \
|
||||
$(NULL)
|
||||
|
||||
kernel_tests = \
|
||||
|
||||
Reference in New Issue
Block a user