On Sat, Nov 16, 2024 at 07:54:18PM +0000, Gavin Smith wrote: > On Sat, Nov 16, 2024 at 08:48:09PM +0100, Patrice Dumas wrote: > > On Sat, Nov 16, 2024 at 07:28:44PM +0000, Gavin Smith wrote: > > > > > > non_ascii.tar should probably also go in MAINTAINERCLEANFILES. > > > > Agreed. > > > > > > I think that there should also be a configure flag or something like > > that such that the tarball is not expanded if set and the corresponding > > tests are skipped? > > Yes, I had not got to that point yet. Best if it could be done > automatically. Should we check something like HOST_IS_WINDOWS for > whether the tests should be skipped and the tar file not expanded?
I've committed changes to skip some tests conditionally. At the moment all the code to decide whether to skip the tests is in Makefile.am and depends only upon the HOST_IS_WINDOWS Automake conditional.