Following upon the question asked here, what is the best practice way to run tensorflow unit tests using IDE like CLion? For example, running TEST_F from here.
Assuming that the tensorflow is built from source using Bazel. How do you integrate the build with any IDE?