]> git.ipfire.org Git - thirdparty/gnutls.git/commit
bootstrap.conf: exercise more tests from Gnulib
authorDaiki Ueno <ueno@gnu.org>
Mon, 26 Oct 2020 14:42:22 +0000 (15:42 +0100)
committerDaiki Ueno <ueno@gnu.org>
Tue, 27 Oct 2020 06:16:28 +0000 (07:16 +0100)
commitee6ef0d4ad9cf27a8b920df9b7c0ba3dbaea112e
tree379476fab01366cff57ef5b314ee0b05c3de7180
parent350394353fac9901b7abbc88ba164b7cfc45e98d
bootstrap.conf: exercise more tests from Gnulib

This fixes the build failure with -Werror:

  configure:53786: gcc -o conftest -O0 -Wall -Werror -g3   conftest.c  -lev >&5
  conftest.c:412: error: "GNULIB_STRERROR" redefined [-Werror]
    412 | #define GNULIB_STRERROR 1
        |
  conftest.c:305: note: this is the location of the previous definition
    305 | #define GNULIB_STRERROR IN_GNUTLS_GNULIB_TESTS
        |
  cc1: all warnings being treated as errors

as well as improves code coverage.

Suggested by Bruno Haible in:
<https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00148.html>.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
.gitlab-ci.yml
bootstrap.conf
configure.ac