CppTools: Move HeaderPathsFilter tests to plugin

Change-Id: Iecbb0942bed51002e85b96f6cc2ab034622cd07f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-07-19 14:03:58 +02:00
parent 5ec52eef31
commit 18ab828b6b
7 changed files with 263 additions and 357 deletions

View File

@@ -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: