summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotestunittests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add plugin unit test for data tagsat-v3.6.0-rc1Christian Stenger2015-11-131-6/+15
| | | | | | Change-Id: I765989cd18c3aff0b8bbc81e4e303e9354e327b7 Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
* Add qbs project files to unit testsChristian Stenger2015-08-061-0/+60
| | | | | Change-Id: I27918b0beaa39926c13dbf54e1479502a598a598 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Fix copyright headersChristian Stenger2015-02-191-4/+5
| | | | | Change-Id: If02fedb7c191492ddfaf2eb34e74fcdb7a007c94 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Clean up pluginChristian Stenger2015-02-171-1/+0
| | | | | Change-Id: I695adb992f4d1f32f266f1628f2094e4bcc81485 Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>
* Rework parsing and provide unit testChristian Stenger2015-02-171-0/+123
Handling of parsing has slightly changed. The parser now uses simple states to be capable of postponing triggered parses if there is already a parsing in progress. Furthermore the parser now waits for the current project to be completely scanned. Change-Id: I6d4968d28194ba8d23d3a0ee6ab454d81a549e67 Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>