问题 In my CMake project I have several targets which simply run a certain set of unit tests (for example, runTestsForA , runTestsForB and runTestsForC ). I also have a target, tests , that depends on all of these unit test targets, so I can run them with a single command. I'm using CLion is my IDE, which tries to use parallel make builds by default (which I want and am also doing on the Continuous Integration server). However, it looks like the tests are running in parallel too now and some tests