Hello,
Is it currently possible to
- Visualize the test graph, how many tests were selected for execution and which tests depend on which tests, DAG of tests
- To support profiling of ctest runs, get a profile of test excution.
Thanks
Best
Phani
Hello,
Is it currently possible to
Thanks
Best
Phani
I’m not aware of anything providing the features you mentioned. I’d welcome a change that added those capabilities to ctest
though. I’d be especially interested in profiling ctest
to produce similar output to cmake --profiling-output=blah.json --profiling-format=google-trace
. That might be a good starting point as a reference for anyone interested in exploring adding such a capability.
I agree. A feature request would be the place to start.
Hi all, thanks for the replies - created one here https://gitlab.kitware.com/cmake/cmake/-/issues/27076