summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDerek Morton <derek.j.morton@intel.com>2016-05-24 15:32:35 +0100
committerMarius Vlad <marius.c.vlad@intel.com>2016-05-24 17:55:53 +0300
commit2da624e28ce7485a1c67e7650355b5273d88d690 (patch)
tree3d542f85ce15c4261abf1f993610808d5a809d73 /tests
parent9c67adfe88786cb0a1f4fcc4ff11cdaeeaa617cb (diff)
tests/Android.mk: Update cairo dependant test list
drm_read gem_exec_blt prime_mmap_kms Have cairo dependency through igt_kms.c so add to skip_tests_list to fix android build errors. Signed-off-by: Derek Morton <derek.j.morton@intel.com> Reviewed-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 8457125c..3186a2a2 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -56,7 +56,10 @@ else
# the following tests depend on cairo, so skip them
skip_tests_list += \
gem_render_copy \
- pm_lpsp
+ pm_lpsp \
+ drm_read \
+ gem_exec_blt \
+ prime_mmap_kms
# All kms tests depend on cairo
tmp_list := $(foreach test_name, $(TESTS_progs),\