diff options
author | Nikolai Kosjar <[email protected]> | 2014-05-19 09:58:01 -0400 |
---|---|---|
committer | Nikolai Kosjar <[email protected]> | 2014-06-10 15:12:38 +0200 |
commit | 9921960a72d6541d386b2fa7e2a93c32849fa4cd (patch) | |
tree | d5bd3e5064584ed3f7a5e4660df7ae645f4ad47f /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 50233c0a6ac20ec572cde4d9ed8c8c5d6ba0a234 (diff) |
Cpp{Editor,Tools}: Move tests for IncludeGroups to CppTools
They belong there. This will also kill the CppSourceProcessor dependency
from CppEditor.
Change-Id: Ic2ae6b0c6f0913d913636be61df194846985d1ce
Reviewed-by: Erik Verbruggen <[email protected]>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index e7fec5c49ec..95bb05d7793 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -161,6 +161,10 @@ private slots: void test_typehierarchy_data(); void test_typehierarchy(); + + void test_includeGroups_detectIncludeGroupsByNewLines(); + void test_includeGroups_detectIncludeGroupsByIncludeDir(); + void test_includeGroups_detectIncludeGroupsByIncludeType(); #endif private: |