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

@@ -116,6 +116,7 @@ QtcPlugin {
files: [
"cppcodegen_test.cpp",
"cppcompletion_test.cpp",
"cpppreprocessertesthelper.cpp", "cpppreprocessertesthelper.h",
"cppmodelmanager_test.cpp",
"modelmanagertesthelper.cpp", "modelmanagertesthelper.h",
"cpppointerdeclarationformatter_test.cpp"