Collin Funk wrote: > I don't see that option used much. GNU poke uses it in bootstrap.conf.
> So I think it is worth mentioning > that projects like sed will need to use the --tests-base option. No, that would add constraints between things that better stay independent: - the import of Gnulib tests into the package (if desired), - the use of init.sh for the package's own tests. > Maybe in bootstrap_post_import_hook or bootstrap_epilogue. bootstrap_post_import_hook is the right place, according to the documentation in top/bootstrap-funclib.sh. Bruno