forked from qt-creator/qt-creator
BareMetal: Add missing createIarParserTest() implementation
Amends b2bed13655.
Change-Id: Id6f1d5bd2f973fdb09f99f5be6629ae34ef77f01
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -415,6 +415,11 @@ void IarParserTest::testIarOutputParsers()
|
|||||||
outputLines);
|
outputLines);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QObject *createIarParserTest()
|
||||||
|
{
|
||||||
|
return new IarParserTest;
|
||||||
|
}
|
||||||
|
|
||||||
} // BareMetal::Internal
|
} // BareMetal::Internal
|
||||||
|
|
||||||
#endif // WITH_TESTS
|
#endif // WITH_TESTS
|
||||||
|
|||||||
Reference in New Issue
Block a user