Re: [QGIS-Developer] Running unit tests without "make install"

2023-12-31 Thread Thomas Larsen Wessel via QGIS-Developer
Thanks both of you :) And happy new year. On Sun, Dec 31, 2023 at 11:38 PM Nyall Dawson wrote: > > > On Mon, 1 Jan 2024, 6:36 am Thomas Larsen Wessel via QGIS-Developer, < > qgis-developer@lists.osgeo.org> wrote: > >> The docs ( >>

Re: [QGIS-Developer] Running unit tests without "make install"

2023-12-31 Thread Nyall Dawson via QGIS-Developer
On Mon, 1 Jan 2024, 6:36 am Thomas Larsen Wessel via QGIS-Developer, < qgis-developer@lists.osgeo.org> wrote: > The docs ( > https://docs.qgis.org/3.28/en/docs/developers_guide/unittesting.html#run-your-tests) > specify: *make && make install && make test*. > > I would rather not run make

Re: [QGIS-Developer] Running unit tests without "make install"

2023-12-31 Thread Hugh Kelley via QGIS-Developer
Hi Thomas, generally the easiest way to solve this sort of problem is to use a virtual machine to isolate the install from the rest of your computer. You'll find instructions for doing this with docker in the qgis repository here: https://github.com/qgis/QGIS/tree/master/.docker Happy new year!

[QGIS-Developer] Running unit tests without "make install"

2023-12-31 Thread Thomas Larsen Wessel via QGIS-Developer
The docs ( https://docs.qgis.org/3.28/en/docs/developers_guide/unittesting.html#run-your-tests) specify: *make && make install && make test*. 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