gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] 05/08: fix compilation regarding twister-l


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 05/08: fix compilation regarding twister-lib dep.
Date: Fri, 02 Mar 2018 15:02:18 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

commit 799bab22568b86ebe65825e267ba158a63f068e3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 2 14:49:06 2018 +0100

    fix compilation regarding twister-lib dep.
---
 src/lib/Makefile.am                 | 1 +
 src/lib/test_merchant_api_twisted.c | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 6c63c6f..3fc6ba6 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -91,6 +91,7 @@ test_merchant_api_twisted_LDADD = \
   $(LIBGCRYPT_LIBS) \
   -ltalertesting \
   -ltalermerchanttesting \
+  -ltalertwistertesting \
   -ltalerfakebank \
   -ltalerbank \
   -ltalerexchange \
diff --git a/src/lib/test_merchant_api_twisted.c 
b/src/lib/test_merchant_api_twisted.c
index 75b3713..8ffbd2b 100644
--- a/src/lib/test_merchant_api_twisted.c
+++ b/src/lib/test_merchant_api_twisted.c
@@ -36,6 +36,7 @@
 #include <taler/taler_fakebank_lib.h>
 #include <taler/taler_testing_lib.h>
 #include "taler_merchant_testing_lib.h"
+#include <taler/taler_twister_testing_lib.h>
 #include <taler/taler_twister_service.h>
 
 /**
@@ -156,7 +157,9 @@ run (void *cls,
 {
 
   struct TALER_TESTING_Command commands[] = {
-
+    TALER_TESTING_cmd_hack_response_code ("hack-1",
+                                          CONFIG_FILE,
+                                          MHD_HTTP_FORBIDDEN),
     /**
      * End the suite.  Fixme: better to have a label for this
      * too, as it shows a "(null)" token on logs.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]