* gnulib-tool.py (main): Accept option --without-tests.
2022-08-03 Bruno Haible <bruno@clisp.org>
+ gnulib-tool.py: Implement option --without-tests.
+ * gnulib-tool.py (main): Accept option --without-tests.
+
gnulib-tool.py: Fix broken 'for' loop.
* gnulib-tool.py (main): Canonicalize inctests before creating the
GLConfig. Rewrite a broken 'for' loop.
dest='inctests',
default=None,
action='store_true')
+ parser.add_argument('--without-tests',
+ dest='inctests',
+ default=None,
+ action='store_false')
# obsolete
parser.add_argument('--with-obsolete',
dest='obsolete',
--extract-recursive-dependencies
--extract-recursive-link-directive
--extract-tests-module
- --without-tests
--without-c++-tests
--without-longrunning-tests
--without-privileged-tests