From 252d1151a809683b0f6ed2c546358b7375a27f18 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 16 May 2014 23:36:25 +0200 Subject: [PATCH] tests/kms_sink_crc_basic: Put into righ Makefile target 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 Signed-off-by: Daniel Vetter --- tests/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index 383a209..fbf63e9 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 \ -- 2.7.4