Add qbs project files to unit tests

Change-Id: I27918b0beaa39926c13dbf54e1479502a598a598
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-07-27 16:07:47 +02:00
parent 7c06e4b768
commit 828b61e941
16 changed files with 232 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ private slots:
void cleanupTestCase();
void testCodeParser();
void testCodeParser_data();
void testCodeParserSwitchStartup();
void testCodeParserSwitchStartup_data();
private:
TestTreeModel *m_model;