summaryrefslogtreecommitdiff
path: root/tests/auto/valgrind
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-10-17 16:13:05 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-10-17 16:23:28 +0200
commited9752bc0a78dd840a1f110823e0239976ede463 (patch)
tree4ce73f5c057a339b37f91cd9503c5db8fdce3658 /tests/auto/valgrind
parentf30bd48b5837ffa32862cae65b3ac19f94b96400 (diff)
downloadqt-creator-ed9752bc0a78dd840a1f110823e0239976ede463.tar.gz
qbs project files: Fix references to non-existing properties.
Change-Id: I653231939a9495395cbe36de26b67e1535d2169e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/valgrind')
-rw-r--r--tests/auto/valgrind/memcheck/testapps/testapp.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/valgrind/memcheck/testapps/testapp.qbs b/tests/auto/valgrind/memcheck/testapps/testapp.qbs
index fcbac27d85..695997e45d 100644
--- a/tests/auto/valgrind/memcheck/testapps/testapp.qbs
+++ b/tests/auto/valgrind/memcheck/testapps/testapp.qbs
@@ -3,6 +3,7 @@ import "../../../autotest.qbs" as Autotest
Autotest {
name: "Memcheck " + testName + " autotest"
+ property string testName
targetName: testName // Test runner hardcodes the names of the executables
destinationDirectory: buildDirectory + '/' + project.ide_bin_path + '/testapps/' + testName
files: "main.cpp"