forked from qt-creator/qt-creator
Display gtest related tests inside test tree model
Change-Id: I8f7a80e1b136f03a1437dd9c7ae0e6f4db0e2bcc Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -42,5 +42,13 @@ UnnamedQuickTestInfo::UnnamedQuickTestInfo(const QString &function, const QStrin
|
||||
{
|
||||
}
|
||||
|
||||
GTestInfo::GTestInfo(const QString &caseName, const QString &setName, const QString &file)
|
||||
: m_caseName(caseName),
|
||||
m_setName(setName),
|
||||
m_fileName(file),
|
||||
m_enabled(true)
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Autotest
|
||||
|
||||
Reference in New Issue
Block a user