tests/pm_rps: rename basic test to "basic-api"

Jeff plans to add more tests ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2014-01-27 23:38:02 +01:00
parent 5d26a7e2a2
commit d1b5823ee7

View File

@ -290,7 +290,7 @@ int main(int argc, char **argv)
igt_install_exit_handler(pm_rps_exit_handler); igt_install_exit_handler(pm_rps_exit_handler);
} }
igt_subtest("min-max-config-at-idle") igt_subtest("basic-api")
min_max_config(idle_check); min_max_config(idle_check);
igt_exit(); igt_exit();