mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
lib: Add igt_subtest_group
Useful for creating common setup code in igt_fixture which is only needed by a subset of tests. And since I'm a good citizen it comes with a library testcase/example included. v2: Make testcase nastier to ensure a subtest group SKIPS when it's parent is skipping already. I accidentally got this right, but let's make sure. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -10,6 +10,7 @@ check_PROGRAMS = \
|
||||
igt_timeout \
|
||||
igt_invalid_subtest_name \
|
||||
igt_segfault \
|
||||
igt_subtest_group \
|
||||
igt_assert \
|
||||
igt_exit_handler \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user