AutoTest: Provide additional test project...

...to also test combination of Qbs using Google Test.

Change-Id: I4a5d32a32bfaadd0dfaaa4884b58d2ac1a952bd3
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-05-20 15:05:33 +02:00
parent f6bf3344d6
commit 5ec1faa64f
10 changed files with 209 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ private slots:
void testCodeParserSwitchStartup();
void testCodeParserSwitchStartup_data();
void testCodeParserGTest();
void testCodeParserGTest_data();
private:
TestTreeModel *m_model;