Android: disable unsupported autotests

We do not currently have shared memory or system semaphore support
on Android.

Change-Id: I8e8f3fc6ff8d6de0333002c3e1b31cf070416dbd
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Paul Olav Tvete 2013-03-07 15:33:55 +01:00 committed by The Qt Project
parent a90c635d10
commit 9226a754fd

View File

@ -33,4 +33,4 @@ SUBDIRS=\
# This test is only applicable on Windows
!win32*:SUBDIRS -= qwineventnotifier
qnx: SUBDIRS -= qsharedmemory qsystemsemaphore
android|qnx: SUBDIRS -= qsharedmemory qsystemsemaphore