diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2021-07-19 14:03:58 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2021-07-20 09:35:52 +0000 |
commit | 18ab828b6b8f6492034a53ec601656b67f4541b1 (patch) | |
tree | d07c6d0bd5dc179803b8a9e32e4e15009b5f6e32 /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 5ec52eef31484a7ae5bbad0fb3f4d595e6c67b1b (diff) | |
download | qt-creator-18ab828b6b8f6492034a53ec601656b67f4541b1.tar.gz |
CppTools: Move HeaderPathsFilter tests to plugin
Change-Id: Iecbb0942bed51002e85b96f6cc2ab034622cd07f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 13 |
1 files changed, 13 insertions, 0 deletions
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: |