Bruno Haible <br...@clisp.org> writes: >> Wouldn't the following do the same? >> >> $ gnulib-tool --create-megatestdir --dir testdir1 $(gnulib-tool --list | >> grep -- '-h$') > > That's what I did, yes: > $ ./gnulib-tool --create-megatestdir --dir testdir1 --single-configure > --with-c++-tests `cd modules && echo *-h`
That one works better, thanks. It seems like a good idea to run this on less-common platforms every once in awhile. I thought maybe it was worth adding to CI, but it takes a long-ish time and I don't think headers break too frequently. Collin