summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abi.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-09-23 15:53:55 +0000
committerTobias Hunger <tobias.hunger@nokia.com>2011-10-04 13:45:35 +0200
commit47c4197cc1bbd88f395d8ca4a7dcac87cfc6b982 (patch)
tree9c2bb25a0aae4097a6fc744ded646197061c415a /src/plugins/projectexplorer/abi.cpp
parente6349ff50c960125aa172e80273ca6c58b128d99 (diff)
downloadqt-creator-47c4197cc1bbd88f395d8ca4a7dcac87cfc6b982.tar.gz
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>
Diffstat (limited to 'src/plugins/projectexplorer/abi.cpp')
-rw-r--r--src/plugins/projectexplorer/abi.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/abi.cpp b/src/plugins/projectexplorer/abi.cpp
index aee153337a..2641eeef9e 100644
--- a/src/plugins/projectexplorer/abi.cpp
+++ b/src/plugins/projectexplorer/abi.cpp
@@ -847,6 +847,9 @@ void ProjectExplorer::ProjectExplorerPlugin::testAbiOfBinary_data()
QTest::newRow("executable: x86 win 32bit cygwin executable")
<< QString::fromLatin1("%1/executable/cygwin-32bit.exe").arg(prefix)
<< (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()