summaryrefslogtreecommitdiffstats
path: root/src/testlib/qxctestlogger_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add XCTest logger backend to QtTestLibTor Arne Vestbø2015-03-271-0/+95
Will be active when running test apps through Xcode's 'test' action, and reports QtTestLib test objects and functions to Xcode as XCTest cases. This allows running tests on both iOS Simulator and iOS devices from the command line, through xcodebuild, without relying on any 3rd party tools. It also integrates Qt test failures and passes into the Xcode IDE, which may be useful for closer investigation of test failures. The feature is limited to Xcode 6.x. Change-Id: I33d39edbabdbaebef48d2d0eb7e08a1ffb72c397 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>