Skip perfMapFile test on Android

qmljs is not available on Android, so we skip the test

Change-Id: I93655fcbcaa405edf35846a93ef1467d651a62d7
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Jan Arve Sæther 2019-08-06 15:07:26 +02:00
parent bc30f5e23f
commit f7156b7de9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void tst_QV4Assembler::initTestCase()
void tst_QV4Assembler::perfMapFile()
{
#if !defined(Q_OS_LINUX)
#if !defined(Q_OS_LINUX) || defined(Q_OS_ANDROID)
QSKIP("perf map files are only generated on linux");
#else
const QString qmljs = QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmljs";