summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-19 14:48:07 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-19 14:48:07 +0100
commit36106004e0e590557041e491fe690f01c89bc115 (patch)
tree1e901b744dbe32ca15633ae6a361b5c38995a2c9
parent7f1c5057cf1dec0494b8929722fc092625b3c4d1 (diff)
tests: Move pm_rps to the right Makefile target
If it's not in the multi-test target group testrunners won't pick up on the fact that they need to enumerate subtests first. Cc: jeff.mcgee@intel.com Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index c586bd3e..74ea1b52 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -62,6 +62,7 @@ TESTS_progs_M = \
kms_setmode \
pm_lpsp \
pm_pc8 \
+ pm_rps \
prime_self_import \
template \
$(NULL)
@@ -122,7 +123,6 @@ TESTS_progs = \
gen3_render_tiledy_blits \
pm_psr \
pm_rc6_residency \
- pm_rps \
prime_udl \
$(NULL)