From a3d621fbde0d3ee7e852ba43f8b5ac398c902ff2 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 21 Jul 2021 12:38:15 +0200 Subject: CppTools: Move ProjectFileCategorizer tests to plugin Change-Id: I51d66d9ff9a14e2dd04cf25448ccc8c85bcbce97 Reviewed-by: Christian Stenger --- src/plugins/cpptools/cpptoolsplugin.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') 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: -- cgit v1.2.1