forked from qt-creator/qt-creator
ABI: More unit test data
Change-Id: Ic7ff574db5a04deea9532f25b4083fa6649a0b19 Reviewed-on: http://codereview.qt-project.org/5470 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -847,6 +847,9 @@ void ProjectExplorer::ProjectExplorerPlugin::testAbiOfBinary_data()
|
|||||||
QTest::newRow("executable: x86 win 32bit cygwin executable")
|
QTest::newRow("executable: x86 win 32bit cygwin executable")
|
||||||
<< QString::fromLatin1("%1/executable/cygwin-32bit.exe").arg(prefix)
|
<< QString::fromLatin1("%1/executable/cygwin-32bit.exe").arg(prefix)
|
||||||
<< (QStringList() << QString::fromLatin1("x86-windows-msys-pe-32bit"));
|
<< (QStringList() << QString::fromLatin1("x86-windows-msys-pe-32bit"));
|
||||||
|
QTest::newRow("executable: x86 win 32bit mingw executable")
|
||||||
|
<< QString::fromLatin1("%1/executable/mingw-32bit.exe").arg(prefix)
|
||||||
|
<< (QStringList() << QString::fromLatin1("x86-windows-msys-pe-32bit"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProjectExplorer::ProjectExplorerPlugin::testAbiOfBinary()
|
void ProjectExplorer::ProjectExplorerPlugin::testAbiOfBinary()
|
||||||
|
|||||||
Reference in New Issue
Block a user