summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-12-17 17:41:27 -0800
committerThiago Macieira <thiago.macieira@intel.com>2012-12-19 09:02:22 +0100
commit376a28e542212800eb6925240a5c1191f0e7ac9d (patch)
tree8f821e606b00b0394d38037c65f2194d46d95d3f /tests/auto
parent6bcf66cb7e9a34670597bacc7ce2e4bc0fdb9999 (diff)
Make it easier to test by building a separate test application
Change-Id: Icff0b46578a5b857fcebbdb731e533c6e98e4f6f Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qtchooser/tst_qtchooser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qtchooser/tst_qtchooser.cpp b/tests/auto/qtchooser/tst_qtchooser.cpp
index 85ec734..9e5bf93 100644
--- a/tests/auto/qtchooser/tst_qtchooser.cpp
+++ b/tests/auto/qtchooser/tst_qtchooser.cpp
@@ -104,9 +104,9 @@ tst_ToolChooser::tst_ToolChooser()
pathsWithDefault.prepend(testData + "/default" LIST_SEP);
#ifdef Q_OS_WIN
- toolPath = QCoreApplication::applicationDirPath() + "/../../../src/qtchooser/qtchooser.exe";
+ toolPath = QCoreApplication::applicationDirPath() + "/../../../src/qtchooser/qtchooser-test.exe";
#else
- toolPath = QCoreApplication::applicationDirPath() + "/../../../src/qtchooser/qtchooser";
+ toolPath = QCoreApplication::applicationDirPath() + "/../../../src/qtchooser/qtchooser-test";
#endif
QVERIFY(QFile::exists(toolPath));