Collin Funk wrote:
> 2 minutes seems too long for every run of 'make check'.
> Maybe we can add it as a separate file with the 'longrunning-test'
> module tag? That would let maintainers and/or CI use the following:
> 
>     $ gnulib-tool --with-longrunning-tests ...
> 
> To test it but leave it off by default so people building Coreutils, for
> example, don't need to wait 2 minutes or longer for 'make check'.

Yes, a 'longrunning' test in another tests module is one way to keep it.

A simple
  if (false)
block of code is another way. (Better than '#if 0', since the latter
bitrots more quickly.)

Bruno




Reply via email to