summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2014-04-14 16:23:18 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2014-04-14 16:25:28 +0300
commit43c2ed758fea849d666af519cd2382d6d6bc6607 (patch)
treed84193c1c52798dacd2ccf8334f946fa38d9faf7
parent4fbd49beb94c299b38555b4ef647588fca47a388 (diff)
tests: Compile all the tests
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 <ander.conselvan.de.oliveira@intel.com> 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ä <ville.syrjala@linux.intel.com>
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index b81cd0026..c957ace2a 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 \