CppTools: Tests: Add basic tests for locator filters

Change-Id: Ie71aa8a39f4584a024a4f104841ad8e57947e489
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-08-16 11:31:59 +02:00
parent a9e737b0fe
commit dcf618469d
5 changed files with 354 additions and 2 deletions

View File

@@ -119,7 +119,8 @@ QtcPlugin {
"cpppreprocessertesthelper.cpp", "cpppreprocessertesthelper.h",
"cppmodelmanager_test.cpp",
"modelmanagertesthelper.cpp", "modelmanagertesthelper.h",
"cpppointerdeclarationformatter_test.cpp"
"cpppointerdeclarationformatter_test.cpp",
"cpplocatorfilter_test.cpp"
]
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])