From 0bd117fa66d80a0285e860e22a973353f731ed2d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 29 Mar 2016 13:52:24 +0100 Subject: [PATCH] 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 --- tests/gem_exec_suspend.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/gem_exec_suspend.c b/tests/gem_exec_suspend.c index 687bbeef..cd133cc5 100644 --- a/tests/gem_exec_suspend.c +++ b/tests/gem_exec_suspend.c @@ -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")