summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsplugin.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-07-21 12:38:15 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-07-22 07:29:46 +0000
commita3d621fbde0d3ee7e852ba43f8b5ac398c902ff2 (patch)
tree3d7a61acf9e44ff43b3d8d743a04b7ee9e063680 /src/plugins/cpptools/cpptoolsplugin.h
parent709138ce615493d220c80eca76cde8c6f6d383a7 (diff)
downloadqt-creator-a3d621fbde0d3ee7e852ba43f8b5ac398c902ff2.tar.gz
CppTools: Move ProjectFileCategorizer tests to plugin
Change-Id: I51d66d9ff9a14e2dd04cf25448ccc8c85bcbce97 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r--src/plugins/cpptools/cpptoolsplugin.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h
index 0aabf24577..203cab22d7 100644
--- a/src/plugins/cpptools/cpptoolsplugin.h
+++ b/src/plugins/cpptools/cpptoolsplugin.h
@@ -254,6 +254,13 @@ private slots:
void test_headerPathFilter_removeGccInternalPathsExceptForStandardPaths();
void test_headerPathFilter_clangHeadersAndCppIncludesPathsOrderNoVersion();
void test_headerPathFilter_clangHeadersAndCppIncludesPathsOrderAndroidClang();
+ void test_projectFileCategorizer_c();
+ void test_projectFileCategorizer_cxxWithUnambiguousHeaderSuffix();
+ void test_projectFileCategorizer_cxxWithAmbiguousHeaderSuffix();
+ void test_projectFileCategorizer_objectiveC();
+ void test_projectFileCategorizer_objectiveCxx();
+ void test_projectFileCategorizer_mixedCAndCxx();
+ void test_projectFileCategorizer_ambiguousHeaderOnly();
#endif
private: