[Intel-gfx] [PATCH] tests/kms_sink_crc_basic: Put into righ Makefile target

Daniel Vetter daniel.vetter at ffwll.ch
Fri May 16 23:37:44 CEST 2014


If it's a simple test, it needs to be in the simple lists. Tests with
subtests go into the _M tests.

Without that test enumeration is all screwed up.

Cc: Rodrigo Vivi <rodrigo.vivi at gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
 tests/Makefile.sources | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 383a2098e768..fbf63e92c5b2 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -68,7 +68,6 @@ TESTS_progs_M = \
 	kms_plane \
 	kms_render \
 	kms_setmode \
-	kms_sink_crc_basic \
 	pm_lpsp \
 	pm_rpm \
 	pm_rps \
@@ -135,6 +134,7 @@ TESTS_progs = \
 	gen3_render_tiledx_blits \
 	gen3_render_tiledy_blits \
 	gen7_forcewake_mt \
+	kms_sink_crc_basic \
 	pm_psr \
 	pm_rc6_residency \
 	prime_udl \
-- 
1.9.2




More information about the Intel-gfx mailing list