commit 952e8765704cd48fc86fd19a778bec03c2743b54
parent b598b7f18cb460bdac6dccf141c703b667dfb54c
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 7 Mar 2024 10:12:08 +0100
bump
Diffstat:
4 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/README b/README
@@ -42,7 +42,7 @@ Dependencies:
These are the direct dependencies for running a Taler exchange:
-- GNUnet >= 0.20.0
+- GNUnet >= 0.21.0
- GNU libmicrohttpd >= 0.9.71
- PostgreSQL >= 15.0
diff --git a/configure.ac b/configure.ac
@@ -182,7 +182,7 @@ AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h],
AS_IF([test $libgnunetutil != 1],
[AC_MSG_ERROR([[
***
-*** You need libgnunetutil >= 0.20.0 to build this program.
+*** You need libgnunetutil >= 0.21.0 to build this program.
*** This library is part of GNUnet, available at
*** https://gnunet.org
*** ]])])
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
@@ -215,7 +215,6 @@ check_SCRIPTS += \
test_taler_exchange_httpd_afl.sh
endif
-.NOTPARALLEL:
TESTS = \
$(check_SCRIPTS)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
@@ -143,7 +143,6 @@ libtalertesting_la_LIBADD = \
AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
-.NOTPARALLEL:
check_PROGRAMS = \
test_auditor_api_version \
test_bank_api_with_fakebank \