CppTools: Tests: Move test includes utils into helper class

Change-Id: Ia679f3d2ae5fce0978a4e320fa18b28f1a7bed71
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-07-25 11:11:25 +02:00
parent deb4fbe768
commit f23fed601b
5 changed files with 157 additions and 64 deletions

View File

@@ -97,6 +97,7 @@ FORMS += completionsettingspage.ui \
equals(TEST, 1) {
SOURCES += \
cpppreprocessertesthelper.cpp \
cppcodegen_test.cpp \
cppcompletion_test.cpp \
cppmodelmanager_test.cpp \
@@ -104,6 +105,7 @@ equals(TEST, 1) {
cpppointerdeclarationformatter_test.cpp
HEADERS += \
cpppreprocessertesthelper.h \
modelmanagertesthelper.h
DEFINES += SRCDIR=\\\"$$PWD\\\"