aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/tools.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-08 09:13:16 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2012-10-08 12:03:30 +0200
commitea418c9277cf86e80e81a2ce0f02654f2bef88eb (patch)
treefeb725982727be2b2a9d2ef55ecc99a351c385d7 /tests/auto/tools/tools.pro
parent0d7a4011bd0801e28ccb11890559fe594c96440d (diff)
normalize autotest executables
All autotest executable names start with "tst_". Every autotest executable is its own subdir. Change-Id: Id5b10792930064acd4e741c207d0046f54a55695 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/auto/tools/tools.pro')
-rw-r--r--tests/auto/tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/tools.pro b/tests/auto/tools/tools.pro
index 27cb2cbe9..c5d5e9797 100644
--- a/tests/auto/tools/tools.pro
+++ b/tests/auto/tools/tools.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-TARGET = testTools
+TARGET = tst_tools
DEPENDPATH += .
INCLUDEPATH += . ../../../src/lib/
DEFINES += SRCDIR=\\\"$$PWD/\\\"