[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: adapt to latest change in GNUnet
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: adapt to latest change in GNUnet |
Date: |
Sat, 09 Sep 2023 13:39:10 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 06daed36 adapt to latest change in GNUnet
06daed36 is described below
commit 06daed3627e6637fa69df117944fe13bddedab93
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 9 13:39:07 2023 +0200
adapt to latest change in GNUnet
---
src/testing/Makefile.am | 4 ----
src/testing/test_merchant_api.c | 2 +-
src/testing/test_merchant_api_twisted.c | 2 +-
3 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index daabed4d..311680e1 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -142,7 +142,6 @@ test_merchant_api_twisted_cs_LDADD = \
-ltalerexchange \
-ltalerjson \
-ltalerutil \
- -lgnunettesting \
-lgnunetjson \
-lgnunetcurl \
-lgnunetutil \
@@ -164,7 +163,6 @@ test_merchant_api_twisted_rsa_LDADD = \
-ltalerexchange \
-ltalerjson \
-ltalerutil \
- -lgnunettesting \
-lgnunetjson \
-lgnunetcurl \
-lgnunetutil \
@@ -185,7 +183,6 @@ test_merchant_api_cs_LDADD = \
-ltalerexchange \
-ltalerjson \
-ltalerutil \
- -lgnunettesting \
-lgnunetjson \
-lgnunetcurl \
-lgnunetutil \
@@ -205,7 +202,6 @@ test_merchant_api_rsa_LDADD = \
-ltalerexchange \
-ltalerjson \
-ltalerutil \
- -lgnunettesting \
-lgnunetjson \
-lgnunetcurl \
-lgnunetutil \
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index a93ee179..1fb5394c 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1963,7 +1963,7 @@ main (int argc,
{
char *cipher;
- cipher = GNUNET_TESTING_get_testname_from_underscore (argv[0]);
+ cipher = GNUNET_STRINGS_get_suffix_from_binary_name (argv[0]);
GNUNET_assert (NULL != cipher);
GNUNET_asprintf (&config_file,
"test_merchant_api-%s.conf",
diff --git a/src/testing/test_merchant_api_twisted.c
b/src/testing/test_merchant_api_twisted.c
index 71a6485b..f7fb18d3 100644
--- a/src/testing/test_merchant_api_twisted.c
+++ b/src/testing/test_merchant_api_twisted.c
@@ -445,7 +445,7 @@ main (int argc,
{
char *cipher;
- cipher = GNUNET_TESTING_get_testname_from_underscore (argv[0]);
+ cipher = GNUNET_STRINGS_get_suffix_from_binary_name (argv[0]);
GNUNET_assert (NULL != cipher);
GNUNET_asprintf (&config_file,
"test_merchant_api_twisted-%s.conf",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: adapt to latest change in GNUnet,
gnunet <=