forked from qt-creator/qt-creator
ClangCodeModel: Add test for "follow symbol"
These are the tests from clangbackend, so we are now up to par coverage- wise. Change-Id: I7b8a63109bff17745782a646f684fd795f732672 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -205,7 +205,8 @@ QVector<QObject *> ClangCodeModelPlugin::createTestObjects() const
|
||||
{
|
||||
return {
|
||||
new Tests::ClangCodeCompletionTest,
|
||||
new Tests::ClangdTests,
|
||||
new Tests::ClangdTestFindReferences,
|
||||
new Tests::ClangdTestFollowSymbol,
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user