On Tue, Sep 02, 2025 at 04:45:43PM +0200, Pablo Neira Ayuso wrote: > On Fri, Aug 29, 2025 at 05:52:03PM +0200, Phil Sutter wrote: > > Add the various testsuite runners to TESTS variable and have make call > > them with RUN_FULL_TESTSUITE=1 env var. > > Given you add a env var for every test, would you instead use > distcheck-hook: in Makefile.am to short circuit the test run and > display SKIPPED? I don't follow, sorry. The RUN_FULL_TESTSUITE variable is merely used to enable "run all variants"-mode in test suites. Test suites are skipped only if they require root and caller is not - one may still run 'make check' as root or not, irrespective of the hack to leave 'make distcheck' alone. Cheers, Phil