From fbd6acedac8e1f4ee624cb713055fcad1ceabf96 Mon Sep 17 00:00:00 2001 From: Borgar Ovsthus Date: Wed, 6 Jan 2016 18:20:29 +0100 Subject: Add TeamCity logging feature to testlib This allows TeamCity to parse realtime test-results instead of using post-build XML Report Processing. This does not support logging of benchmarks. [ChangeLog][QTest] Added a new logging mode that allow test-results to be parsed on-the-fly when using Jetbrains TeamCity as CI-server. This mode is enabled by using the -teamcity option on the command-line. Change-Id: Ie730beb643043eb0f448f99abe6c0b5ac48aaf03 Reviewed-by: Thiago Macieira --- src/testlib/testlib.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testlib/testlib.pro') diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index ff4379f85d..0faa1c7d30 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -54,6 +54,7 @@ SOURCES = qtestcase.cpp \ qbenchmarkperfevents.cpp \ qbenchmarkmetric.cpp \ qcsvbenchmarklogger.cpp \ + qteamcitylogger.cpp \ qtestelement.cpp \ qtestelementattribute.cpp \ qtestmouse.cpp \ -- cgit v1.2.3