<div dir="ltr">The docs (<a href="https://docs.qgis.org/3.28/en/docs/developers_guide/unittesting.html#run-your-tests">https://docs.qgis.org/3.28/en/docs/developers_guide/unittesting.html#run-your-tests</a>)  specify: <i>make && make install && make test</i>. <div><br></div><div>I would rather not run make install, since I have another instance of QGIS installed via APT, and I worry running make install will somehow make a mess and leave me without a working instance. <br></div><div><br></div><div><div>But is it really necessary to run make install before make run? In fact it seems more natural to me to test before installing! </div></div><div><br></div><div>Sincerely</div></div>