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>
This commit is contained in:
Tim Gore 2014-11-18 14:59:25 +00:00 committed by Thomas Wood
parent e06a7448d8
commit 77b52f1881

View File

@ -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