summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsplugin.h
diff options
context:
space:
mode:
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: