From 18ab828b6b8f6492034a53ec601656b67f4541b1 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 19 Jul 2021 14:03:58 +0200 Subject: CppTools: Move HeaderPathsFilter tests to plugin Change-Id: Iecbb0942bed51002e85b96f6cc2ab034622cd07f Reviewed-by: Christian Stenger --- src/plugins/cpptools/cpptoolsplugin.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index b819fd7559..0aabf24577 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -241,6 +241,19 @@ private slots: void test_projectInfoGenerator_useMacroInspectionReportForLanguageVersion(); void test_projectInfoGenerator_useCompilerFlagsForLanguageExtensions(); void test_projectInfoGenerator_projectFileKindsMatchProjectPartVersion(); + void test_headerPathFilter_builtin(); + void test_headerPathFilter_system(); + void test_headerPathFilter_user(); + void test_headerPathFilter_noProjectPathSet(); + void test_headerPathFilter_dontAddInvalidPath(); + void test_headerPathFilter_clangHeadersPath(); + void test_headerPathFilter_clangHeadersPathWitoutClangVersion(); + void test_headerPathFilter_clangHeadersAndCppIncludesPathsOrderMacOs(); + void test_headerPathFilter_clangHeadersAndCppIncludesPathsOrderLinux(); + void test_headerPathFilter_removeGccInternalPaths(); + void test_headerPathFilter_removeGccInternalPathsExceptForStandardPaths(); + void test_headerPathFilter_clangHeadersAndCppIncludesPathsOrderNoVersion(); + void test_headerPathFilter_clangHeadersAndCppIncludesPathsOrderAndroidClang(); #endif private: -- cgit v1.2.1