* pygnulib/GLImport.py (GLImport.gnulib_cache): Conditionally add
gl_WITH_LONGRUNNING_TESTS to gnulib-cache.m4.
+2024-04-12 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Persist the --with-longrunning-tests option.
+ * pygnulib/GLImport.py (GLImport.gnulib_cache): Conditionally add
+ gl_WITH_LONGRUNNING_TESTS to gnulib-cache.m4.
+
2024-04-12 Bruno Haible <bruno@clisp.org>
gnulib-tool.py: Print warnings just like gnulib-tool.sh.
emit += 'gl_WITH_OBSOLETE\n'
if self.config.checkInclTestCategory(TESTS['cxx-tests']):
emit += 'gl_WITH_CXX_TESTS\n'
+ if self.config.checkInclTestCategory(TESTS['longrunning-tests']):
+ emit += 'gl_WITH_LONGRUNNING_TESTS\n'
if self.config.checkInclTestCategory(TESTS['privileged-tests']):
emit += 'gl_WITH_PRIVILEGED_TESTS\n'
if self.config.checkInclTestCategory(TESTS['unportable-tests']):