summaryrefslogtreecommitdiff
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-08-20 11:13:34 +0100
committerThomas Wood <thomas.wood@intel.com>2014-09-05 16:52:51 +0100
commit5303ce8076b03a02f891090367d2abc53f9588b7 (patch)
tree5bb74da42f05c64d026722c6913c182420757d65 /tests/Android.mk
parent4cb194669782d759e60bad3fa61e3efc0ee7c7ec (diff)
tests: add kms_3d test
Add a test to verify creation and use of 3D stereo modes. v2: update for API changes Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 3644aa15..f28b4005 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -55,6 +55,7 @@ ifeq ("${ANDROID_HAS_CAIRO}", "1")
else
# the following tests depend on cairo, so skip them
skip_tests_list += \
+ kms_3d \
kms_plane \
kms_addfb \
kms_cursor_crc \