summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/.gitignore2
-rw-r--r--tests/Android.mk2
-rw-r--r--tests/Makefile.sources2
-rw-r--r--tests/NAMING-CONVENTION2
-rw-r--r--tests/pm_rpm.c (renamed from tests/pm_pc8.c)0
5 files changed, 5 insertions, 3 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index 4e27eadd..2d406709 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -125,7 +125,7 @@ kms_render
kms_setmode
multi-tests.txt
pm_lpsp
-pm_pc8
+pm_rpm
pm_psr
pm_rc6_residency
pm_rps
diff --git a/tests/Android.mk b/tests/Android.mk
index 1cda9a54..71a10073 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -30,7 +30,7 @@ endef
skip_tests_list :=
skip_tests_list += gem_seqno_wrap
skip_tests_list += testdisplay # needs glib.h
-skip_tests_list += pm_pc8
+skip_tests_list += pm_rpm
skip_tests_list += kms_render # needs glib.h
skip_tests_list += gem_exec_params # needs macro that's missing from external/PRIVATE/drm/include/drmi915_drm.h
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 4bdef365..da872499 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -69,7 +69,7 @@ TESTS_progs_M = \
kms_render \
kms_setmode \
pm_lpsp \
- pm_pc8 \
+ pm_rpm \
pm_rps \
prime_self_import \
template \
diff --git a/tests/NAMING-CONVENTION b/tests/NAMING-CONVENTION
index f0738988..7c27fdbb 100644
--- a/tests/NAMING-CONVENTION
+++ b/tests/NAMING-CONVENTION
@@ -67,3 +67,5 @@ suffixes. They're a bit inconsistent and historically grown, but they new Bspec
names (RCS, BCS, VCS and VECS) aren't really clearer.
exec: Tests that exercise the execbuf code in various ways.
+
+rpm: Runtime PM tests.
diff --git a/tests/pm_pc8.c b/tests/pm_rpm.c
index 323e0729..323e0729 100644
--- a/tests/pm_pc8.c
+++ b/tests/pm_rpm.c