forked from qt-creator/qt-creator
AutoTest: Support typed gtests as well
Change-Id: I5e904ef50c76560df8b63fc766a2b78b90bf73cc Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -392,6 +392,7 @@ bool GTestVisitor::visit(CPlusPlus::FunctionDefinitionAST *ast)
|
||||
GTestCaseSpec spec;
|
||||
spec.testCaseName = disabledCase ? testCaseName.mid(9) : testCaseName;
|
||||
spec.parameterized = TestUtils::isGTestParameterized(prettyName);
|
||||
spec.typed = TestUtils::isGTestTyped(prettyName);
|
||||
m_gtestFunctions[spec].append(locationAndType);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user