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:
Chris Wilson 2016-03-29 13:52:24 +01:00
parent e56de3c900
commit 0bd117fa66

View File

@ -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")