mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
igt/gem_exec_suspend: Add basic selftest
The selftest is already before the suspend/hibernate tests, but to be clear also run it first (it only takes a millisecond) by itself. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
e56de3c900
commit
0bd117fa66
@ -243,6 +243,8 @@ igt_main
|
||||
|
||||
igt_fork_hang_detector(fd);
|
||||
|
||||
igt_subtest("basic")
|
||||
run_test(fd, -1, NOSLEEP);
|
||||
igt_subtest("basic-S3")
|
||||
run_test(fd, -1, SUSPEND);
|
||||
igt_subtest("basic-S4")
|
||||
|
Loading…
x
Reference in New Issue
Block a user