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