Simon Josefsson wrote:
> Right now I create the directory like this:
> 
> gnulib-tool --create-testdir --with-tests --dir build
> 
> Is there a way to avoid all the unportable tests?  For example, a
> --without-unportable-tests?

I'm currently using --avoid=havelib-tests when I want to test anything that
relies on xalloc but is otherwise unrelated to havelib.

How about
  1) change the default for --create-testdir so that it includes unportable or
     longrunning tests only for the modules explicitly listed on the command
     line, not for the dependencies?
  2) adding options --without-unportable-tests etc.?

Is this a good idea?

Bruno


Reply via email to