gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 06/08: do not compile twister-based checks


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 06/08: do not compile twister-based checks
Date: Fri, 02 Mar 2018 15:02:19 +0100

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

marcello pushed a commit to branch master
in repository merchant.

commit 6962650bda0053b45ebaa1e6de5a6261d2131156
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 2 14:55:29 2018 +0100

    do not compile twister-based checks
---
 src/lib/Makefile.am | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 3fc6ba6..4419e67 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -75,33 +75,34 @@ endif
 
 if HAVE_TALERFAKEBANK
 check_PROGRAMS = \
-  test_merchant_api_twisted \
   test_merchant_api_new \
   test_merchant_api
+  # test_merchant_api_twisted
 endif
 
 TESTS = \
   $(check_PROGRAMS)
 
-test_merchant_api_twisted_SOURCES = \
-  test_merchant_api_twisted.c
-test_merchant_api_twisted_LDADD = \
-  $(top_srcdir)/src/backenddb/libtalermerchantdb.la \
-  libtalermerchant.la \
-  $(LIBGCRYPT_LIBS) \
-  -ltalertesting \
-  -ltalermerchanttesting \
-  -ltalertwistertesting \
-  -ltalerfakebank \
-  -ltalerbank \
-  -ltalerexchange \
-  -ltalerjson \
-  -ltalerutil \
-  -lgnunetjson \
-  -lgnunetcurl \
-  -lgnunetutil \
-  -ljansson \
-  -ltalertwister
+# To be uncommented once the twister is deployed.
+#test_merchant_api_twisted_SOURCES = \
+#  test_merchant_api_twisted.c
+#test_merchant_api_twisted_LDADD = \
+#  $(top_srcdir)/src/backenddb/libtalermerchantdb.la \
+#  libtalermerchant.la \
+#  $(LIBGCRYPT_LIBS) \
+#  -ltalertesting \
+#  -ltalermerchanttesting \
+#  -ltalertwistertesting \
+#  -ltalerfakebank \
+#  -ltalerbank \
+#  -ltalerexchange \
+#  -ltalerjson \
+#  -ltalerutil \
+#  -lgnunetjson \
+#  -lgnunetcurl \
+#  -lgnunetutil \
+#  -ljansson \
+#  -ltalertwister
 
 test_merchant_api_new_SOURCES = \
   test_merchant_api_new.c

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



reply via email to

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