From 43c2ed758fea849d666af519cd2382d6d6bc6607 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Mon, 14 Apr 2014 16:23:18 +0300 Subject: [PATCH] tests: Compile all the tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit A bunch of the tests aren't being built due to a missing '\'. Fix it. The problem was introduced here: commit ddf8cc107e3b78e4c8200b083ed298c24eec1f03 Author: Ander Conselvan de Oliveira Date: Wed Apr 2 15:31:38 2014 +0300 test: Add test for checking if page flip changes tiling Signed-off-by: Ville Syrjälä --- tests/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index b81cd00..c957ace 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -59,7 +59,7 @@ TESTS_progs_M = \ kms_cursor_crc \ kms_fbc_crc \ kms_flip \ - kms_flip_tiling + kms_flip_tiling \ kms_pipe_crc_basic \ kms_plane \ kms_render \ -- 2.7.4