Is there a make target to only build (but not run) the gtestLauncher?
erik.joelsson at oracle.com
erik.joelsson at oracle.com
Thu Aug 24 17:11:33 UTC 2023
Hello William,
From the perspective of the top level make targets, the gtest launcher
is built together with libjvm, so you would build it with:
$ make hotspot
That target will not run any tests.
/Erik
On 8/16/23 10:23, Kemper, William wrote:
> I'm trying to integrate gtest execution with my IDE (CLion), and I'd
> like it to update the gtestLauncher without running the tests. Can this
> be done? or is there a better way to integrate gtest execution?
>
> Thank you,
> William
More information about the build-dev
mailing list