In my edit/compile/install/test process (where test is out of the CMake scope), I would like to be able to do a:<br><br>make mylib &amp;&amp; make install<br><br>without building all the test suite. BUT (there&#39;s a but), &quot;make all&quot; still have to build the test suite.<br>

<br>Is there a way to do that? My understanding is that &quot;all&quot; target depends on tests build; and &quot;install&quot; target depends on &quot;all&quot;. I am afraid the answer will be no :(<br><br clear="all">-- <br>

Jérôme<br>