From 9921960a72d6541d386b2fa7e2a93c32849fa4cd Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Mon, 19 May 2014 09:58:01 -0400 Subject: 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 --- src/plugins/cpptools/cpptoolsplugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index e7fec5c49e..95bb05d779 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: -- cgit v1.2.1