From d1b5823ee7645c767616ee4e5f23f6692a280dde Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Mon, 27 Jan 2014 23:38:02 +0100 Subject: [PATCH] tests/pm_rps: rename basic test to "basic-api" Jeff plans to add more tests ... Signed-off-by: Daniel Vetter --- tests/pm_rps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pm_rps.c b/tests/pm_rps.c index 7ae0438..7d9069a 100644 --- a/tests/pm_rps.c +++ b/tests/pm_rps.c @@ -290,7 +290,7 @@ int main(int argc, char **argv) igt_install_exit_handler(pm_rps_exit_handler); } - igt_subtest("min-max-config-at-idle") + igt_subtest("basic-api") min_max_config(idle_check); igt_exit(); -- 2.7.4