aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-21 12:01:40 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-02-21 12:17:08 +0100
commit5ac50ff29a88767a3d3fc104abc8c3131ab1aa10 (patch)
treee1b4db6bb32ca3a113ccf2ce10c2aea4e500533d /tests/fuzzy-test
parentbab99ac39ad9de7f1c244006ccfd49852941ac26 (diff)
Rename the fuzzy tester executable.
Having the "qbs-" prefix makes it a qbs sub-command, which we don't want. Change-Id: I20a907cd32ab4f12d26a60c64fa996eabc3403b4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/fuzzy-test')
-rw-r--r--tests/fuzzy-test/fuzzy-test.pro2
-rw-r--r--tests/fuzzy-test/fuzzy-test.qbs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/fuzzy-test/fuzzy-test.pro b/tests/fuzzy-test/fuzzy-test.pro
index 41518dcdd..29cf93501 100644
--- a/tests/fuzzy-test/fuzzy-test.pro
+++ b/tests/fuzzy-test/fuzzy-test.pro
@@ -1,4 +1,4 @@
-TARGET = qbs-fuzzy-test
+TARGET = qbs_fuzzy-test
DESTDIR = ../../bin
CONFIG += console
SOURCES = main.cpp \
diff --git a/tests/fuzzy-test/fuzzy-test.qbs b/tests/fuzzy-test/fuzzy-test.qbs
index 1951450ae..881aa5e89 100644
--- a/tests/fuzzy-test/fuzzy-test.qbs
+++ b/tests/fuzzy-test/fuzzy-test.qbs
@@ -1,7 +1,7 @@
import qbs
CppApplication {
- name: "qbs-fuzzy-test"
+ name: "qbs_fuzzy-test"
destinationDirectory: "bin"
Depends { name: "Qt.core" }
condition: Qt.core.versionMajor >= 5 // We use QDir::removeRecursively()