[Intel-gfx] [PATCH] intel-gpu-tools: skip kms_flip_event_leak unless we have cairo
tim.gore at intel.com
tim.gore at intel.com
Mon Aug 18 15:56:43 CEST 2014
From: Tim Gore <tim.gore at intel.com>
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 at intel.com>
---
tests/Android.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/Android.mk b/tests/Android.mk
index 00e6f1b..3644aa1 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
--
2.0.3
More information about the Intel-gfx
mailing list