Reported by Bruno Haible in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00463.html>.
* pygnulib/GLTestDir.py (GLTestDir.execute): Modify the GLEmiter's
config variable instead of the GLTestDir's so that it can be accessed
when emitting the Makefile.am.
+2024-04-29 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Emit libtests in testdirs generated Makefile.am.
+ Reported by Bruno Haible in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00463.html>.
+ * pygnulib/GLTestDir.py (GLTestDir.execute): Modify the GLEmiter's
+ config variable instead of the GLTestDir's so that it can be accessed
+ when emitting the Makefile.am.
+
2024-04-28 Collin Funk <collin.funk1@gmail.com>
doc: Update macro list in gnulib-cache.m4 documentation.
if file.startswith('lib/'):
libtests = True
break
- if libtests:
- self.config.setLibtests(True)
+ self.emitter.config.setLibtests(libtests)
if single_configure:
# Add the dummy module to the main module list if needed.