On Wed, 4 Sep 2019 at 03:53, Konstantin Tokarev wrote:
> 03.09.2019, 18:45, "Andy" :
> > Not sure if it's quite what you're looking for, but I wrote up a tutorial
> > on using gcov & lcov with Qt5 & Qt Creator:
> >
> > "Code Coverage Of Unit Tests Using Qt 5 On macOS"
> > https://asmaloney.com/20
I was trying to find a single solution for all platforms, I would want to avoid
using a different tools when doing MSVC, gcc, clang. Not sure if that is
possible, I will take a look at cocoon, there seem to have many doc, not sure
where to start with it so far. Thanks for the tips I will take so
03.09.2019, 18:45, "Andy" :
> Not sure if it's quite what you're looking for, but I wrote up a tutorial on
> using gcov & lcov with Qt5 & Qt Creator:
>
> "Code Coverage Of Unit Tests Using Qt 5 On macOS"
> https://asmaloney.com/2017/01/code/code-coverage-of-unit-tests-using-qt-5-on-macos/
>
> Mi
Not sure if it's quite what you're looking for, but I wrote up a tutorial
on using gcov & lcov with Qt5 & Qt Creator:
"Code Coverage Of Unit Tests Using Qt 5 On macOS"
https://asmaloney.com/2017/01/code/code-coverage-of-unit-tests-using-qt-5-on-macos/
Might give you some ideas.
---
Andy Maloney
03.09.2019, 18:35, "Jérôme Godbout" :
> Is this integrate the CppUnit with is own listener? My test are in QTest, I
> could translate them, just wondering if it does support this.
It's agnostic of test framework, it instruments code via its own preprocessor
--
Regards,
Konstantin
___
Is this integrate the CppUnit with is own listener? My test are in QTest, I
could translate them, just wondering if it does support this.
-Original Message-
From: Konstantin Tokarev
Sent: September 3, 2019 10:52 AM
To: Jérôme Godbout ; interest@qt-project.org
Subject: Re: [Interest] Cod
03.09.2019, 17:47, "Jérôme Godbout" :
> Hi,
>
> Is there a good way to make code coverage with QMake and Qt Creator? I will
> probably switch my codes to CMake with Qt 6, but for the time being I will
> leave my projects as QMake and we do not use Visual Studio on Windows either.
> Any free to
Hi,
Is there a good way to make code coverage with QMake and Qt Creator? I will
probably switch my codes to CMake with Qt 6, but for the time being I will
leave my projects as QMake and we do not use Visual Studio on Windows either.
Any free tools that can run on Windows, Linux, MacOS ?
I have