Hello All
I have cloned the qt dev source code and also built the ctest files,
can you anyone tell me how to run this ctest files.
If possible, can you provide me the steps and command to test fixed bug.
Thank You
Suhas
___
Interest mailing list
Intere
Hi Suhas,
adding to Volker: the easiest way to run all tests is to modify your configure
line to something like
../path/to/configure -developer-build -make tests
...and run it in a clean build directory. Then run ninja in the same directory.
When the build is done, simply type ctest. It will r
> On 20 Sep 2024, at 08:52, Suhas Krishanamurthy
> wrote:
>
> Hello All,
>
> I was trying to build the qt development source code from the code review,
> I was successful able to build it and also fixed a bug in that qt source code
> so what my sir told is to test this
> with the ctest .
>