Re: Adding an optional dependency for test suite

2024-01-31 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Loren M. Lang (2024-02-01 04:08:59) > I have a package which package is that? > which has an extensive test suite that relies on using docker/podman to > create a container for it's test runner and mounts the build tree read-only > inside it. Why does it need docker/podman

Adding an optional dependency for test suite

2024-01-31 Thread Loren M. Lang
I have a package which has an extensive test suite that relies on using docker/podman to create a container for it's test runner and mounts the build tree read-only inside it. If docker or podman is found at the time of configure, it will include a check target to run the full suite and