mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-17 11:22:56 +00:00
lib/tests/igt_segfault Add unit test to test segfault handling
Unit test to check a segfaulting subtest is handled correctly. v2: Added script to check subtest results v3: Removed script. Updated test to use fork to monitor return status. v4: Added igt_segfault to .gitignore Signed-off-by: Derek Morton <derek.j.morton@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
4b944c92eb
commit
a5633c406c
@@ -8,6 +8,7 @@ check_PROGRAMS = \
|
||||
igt_simple_test_subtests \
|
||||
igt_timeout \
|
||||
igt_invalid_subtest_name \
|
||||
igt_segfault \
|
||||
$(NULL)
|
||||
|
||||
check_SCRIPTS = \
|
||||
|
||||
Reference in New Issue
Block a user