intel-gpu-tools: skip kms_flip_event_leak unless we have cairo
authorTim Gore <tim.gore@intel.com>
Mon, 18 Aug 2014 13:56:43 +0000 (14:56 +0100)
committerThomas Wood <thomas.wood@intel.com>
Mon, 18 Aug 2014 16:04:40 +0000 (17:04 +0100)
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>
tests/Android.mk

index 00e6f1b..3644aa1 100644 (file)
@@ -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