summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gore <tim.gore@intel.com>2014-11-18 14:59:25 +0000
committerThomas Wood <thomas.wood@intel.com>2014-12-01 13:53:00 +0000
commit77b52f1881c0c62732a1deef8b900e50f1f22301 (patch)
treec5116fa35f368fd5d9ec8df8346cf47c242d3cd8
parente06a7448d894392a294d89959fc1cf4e6a01fd19 (diff)
tests/Android.mk: Add kms_pwrite_crc to cairo test list
kms_pwrite_crc was recently added and requires cairo, so add this to the list of tests to exclude if cairo is not avaiable Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index f28b4005..519852ad 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -74,7 +74,8 @@ else
kms_universal_plane \
kms_rotation_crc \
kms_force_connector \
- kms_flip_event_leak
+ kms_flip_event_leak \
+ kms_pwrite_crc
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
endif