summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-10-26 15:42:22 +0100
committerDaiki Ueno <ueno@gnu.org>2020-10-27 07:16:28 +0100
commitee6ef0d4ad9cf27a8b920df9b7c0ba3dbaea112e (patch)
tree379476fab01366cff57ef5b314ee0b05c3de7180 /configure.ac
parent350394353fac9901b7abbc88ba164b7cfc45e98d (diff)
downloadgnutls-ee6ef0d4ad9cf27a8b920df9b7c0ba3dbaea112e.tar.gz
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e485699f30..42e3c0bc3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1209,7 +1209,6 @@ AC_CONFIG_FILES([
libdane/includes/Makefile
libdane/gnutls-dane.pc
gl/Makefile
- gl/tests/Makefile
guile/Makefile
guile/src/Makefile
lib/Makefile
@@ -1231,6 +1230,7 @@ AC_CONFIG_FILES([
src/Makefile
src/args-std.def
src/gl/Makefile
+ src/gl/tests/Makefile
tests/Makefile
tests/windows/Makefile
tests/cert-tests/Makefile