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:
Tobias Hunger
2011-09-23 15:53:55 +00:00
parent e6349ff50c
commit 47c4197cc1

View File

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