summaryrefslogtreecommitdiff
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTim Gore <tim.gore@intel.com>2014-08-18 14:56:43 +0100
committerThomas Wood <thomas.wood@intel.com>2014-08-18 17:04:40 +0100
commit75365eb01b7cb530426d84ea5357ed7b31575337 (patch)
tree1ddcc3778c0d51c31b85a6d62930193364a613d4 /tests/Android.mk
parent79c0c9622c870a4e562dfe7b7e5b3625f73c61d1 (diff)
intel-gpu-tools: skip kms_flip_event_leak unless we have cairo
kms_flip_event_leak depends on cairo, so add it to the list of tests to skip (in Android.mk) if ANDROID_HAS_CAIRO is not set to 1. Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 00e6f1b7..3644aa15 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -72,7 +72,8 @@ else
kms_render \
kms_universal_plane \
kms_rotation_crc \
- kms_force_connector
+ kms_force_connector \
+ kms_flip_event_leak
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
endif