* gnulib-tool.sh (func_import): Don't reject the combination of
gl_CONDITIONAL_DEPENDENCIES and gl_WITH_TESTS.
+2024-04-12 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.sh: Accept conditional dependencies with tests.
+ * gnulib-tool.sh (func_import): Don't reject the combination of
+ gl_CONDITIONAL_DEPENDENCIES and gl_WITH_TESTS.
+
2024-04-11 Bruno Haible <bruno@clisp.org>
gnulib-tool.py: Optimize module set lookups.
if test -z "$vc_files"; then
vc_files="$cached_vc_files"
fi
- # Ensure constraints.
- if test "$cond_dependencies" = true && $inctests; then
- echo "gnulib-tool: option --conditional-dependencies is not supported with --with-tests" 1>&2
- func_exit 1
- fi
fi
# --without-*-tests options are not supported here.
excl_cxx_tests=