aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/buildgraph
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-02-11 11:02:51 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-02-11 12:16:43 +0100
commit96b3f8e50b6a053cbc1f1091627ad61dd36757b3 (patch)
treedf6a8220116405b35d43c8e5c82b2b4a905105f2 /tests/auto/buildgraph
parent181f18918e3b21ee2a2c1a928ba937e312849e37 (diff)
Clean up autotests.
Their project files are mostly identical, so introduce auto.pri. Also remove outdated and unused test "dependencyFinder". Change-Id: Ibe7f40cf1b0e28719fbf91a905379432a0359968 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/buildgraph')
-rw-r--r--tests/auto/buildgraph/buildgraph.pro14
1 files changed, 2 insertions, 12 deletions
diff --git a/tests/auto/buildgraph/buildgraph.pro b/tests/auto/buildgraph/buildgraph.pro
index b86d36b6e..4388aac1e 100644
--- a/tests/auto/buildgraph/buildgraph.pro
+++ b/tests/auto/buildgraph/buildgraph.pro
@@ -1,16 +1,6 @@
-TEMPLATE = app
TARGET = tst_buildgraph
-DESTDIR = ../../../bin
-INCLUDEPATH += ../../../src/lib/
-DEFINES += SRCDIR=\\\"$$PWD/\\\"
-QT = core testlib
-CONFIG += depend_includepath testcase
-CONFIG += console
-CONFIG -= app_bundle
+SOURCES = tst_buildgraph.cpp
-SOURCES += \
- tst_buildgraph.cpp
-
-include(../../../src/lib/use.pri)
+include(../auto.pri)
include(../../../src/app/shared/logging/logging.pri)