I couldn&#39;t resist the subject - my question is whether given some number of executables that are produced during a build, and some tests that later run using those, is there a straightforward way to have cmake (globally) always run &quot;make all&quot; before make test? Right now, with my current setup, if someone does &quot;make test&quot; without doing &quot;make all&quot;, the executables aren&#39;t found and they complain that things are &quot;broken&quot; (ie. not like they are used to). I&#39;d rather prefer to not add custom targets or add_dependencies for all the individual tests if at all possible.<br>
<br>thanks<br>b.<br>