forked from qt-creator/qt-creator
CppTools: Move HeaderPathsFilter tests to plugin
Change-Id: Iecbb0942bed51002e85b96f6cc2ab034622cd07f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user