Is your feature request related to a problem? Please describe.
In projects where test suites run for hours, or days, it is unrealistic to demand that native testing is preceded with the execution on the JVM.
Additionally, the developer experience is not ideal: when testing locally, one needs to wait for both tests to see the result of their work.
Describe the solution you'd like
We need to modify JUnit in such a way that test discovery can be executed without executing the actual tests. That way we could execute the discovery at build time from the Native Build Tools plugin.