gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 32/277: move libtalermerchanttesting and test cases to


From: gnunet
Subject: [taler-merchant] 32/277: move libtalermerchanttesting and test cases to src/testing/
Date: Sun, 05 Jul 2020 20:49:05 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit e357b735bf09bcdb201841885e79e9f946582912
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 22 19:59:34 2020 +0200

    move libtalermerchanttesting and test cases to src/testing/
---
 .gitignore                                         |  22 ++---
 configure.ac                                       |   1 +
 src/Makefile.am                                    |   2 +-
 src/lib/Makefile.am                                | 104 +--------------------
 src/{lib => testing}/Makefile.am                   |  52 -----------
 src/{lib => testing}/reserve_dtip.priv             |   0
 src/{lib => testing}/reserve_tip.priv              | Bin
 src/{lib => testing}/test_merchant.priv            |   0
 src/{lib => testing}/test_merchant_api.c           |   0
 src/{lib => testing}/test_merchant_api.conf        |   0
 .../.config/taler/exchange/account-2.json          |   0
 .../.config/taler/merchant/account-3.json          |   0
 .../.config/taler/merchant/default.priv            |   0
 .../.config/taler/merchant/dtip.priv               |   0
 .../.config/taler/merchant/nulltip.priv            |   0
 .../.config/taler/merchant/reserve/dtip.priv       | Bin
 .../.config/taler/merchant/reserve/nulltip.priv    |   0
 .../.config/taler/merchant/reserve/tip.priv        |   0
 .../.config/taler/merchant/tip.priv                |   0
 .../.config/taler/merchant/tor.priv                |   0
 .../test_merchant_api_home/.config/taler/test.json |   0
 .../share/taler/exchange/offline-keys/master.priv  |   0
 .../.local/share/taler/merchant/merchant.priv      |   0
 .../test_merchant_api_proxy_exchange.conf          |   0
 .../test_merchant_api_proxy_merchant.conf          |   0
 src/{lib => testing}/test_merchant_api_twisted.c   |   0
 .../test_merchant_api_twisted.conf                 |   0
 .../testing_api_cmd_check_payment.c                |   0
 src/{lib => testing}/testing_api_cmd_config.c      |   0
 src/{lib => testing}/testing_api_cmd_history.c     |   0
 src/{lib => testing}/testing_api_cmd_pay.c         |   0
 src/{lib => testing}/testing_api_cmd_pay_abort.c   |   0
 .../testing_api_cmd_pay_abort_refund.c             |   0
 .../testing_api_cmd_poll_payment.c                 |   0
 src/{lib => testing}/testing_api_cmd_proposal.c    |   0
 .../testing_api_cmd_proposal_lookup.c              |   0
 .../testing_api_cmd_refund_increase.c              |   0
 .../testing_api_cmd_refund_lookup.c                |   0
 src/{lib => testing}/testing_api_cmd_rewind.c      |   0
 .../testing_api_cmd_tip_authorize.c                |   0
 src/{lib => testing}/testing_api_cmd_tip_pickup.c  |   0
 src/{lib => testing}/testing_api_cmd_tip_query.c   |   0
 .../testing_api_cmd_track_transaction.c            |   0
 .../testing_api_cmd_track_transfer.c               |   0
 src/{lib => testing}/testing_api_helpers.c         |   0
 src/{lib => testing}/testing_api_trait_hash.c      |   0
 .../testing_api_trait_merchant_sig.c               |   0
 src/{lib => testing}/testing_api_trait_planchet.c  |   0
 .../testing_api_trait_refund_entry.c               |   0
 src/{lib => testing}/testing_api_trait_string.c    |   0
 src/{lib => testing}/tor_merchant.priv             |   0
 51 files changed, 14 insertions(+), 167 deletions(-)

diff --git a/.gitignore b/.gitignore
index e1af5ca..0cb3e84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,14 +30,14 @@ tags
 *.swp
 src/backend/taler-merchant-httpd
 src/merchant-tools/taler-merchant-dbinit
-src/lib/test_merchant_api
-src/lib/test_merchant_api_new
-src/lib/test_merchant_api_home/.local/share/taler/exchange/live-keys/
-src/lib/test_merchant_api_home/.local/share/taler/wirefees/
-src/lib/auditor.in
-src/lib/test_merchant_api_home/.local/share/taler/auditor/
-src/lib/test_merchant_api_home/.local/share/taler/auditors/
-src/lib/test_merchant_api_twisted
+src/testing/test_merchant_api
+src/testing/test_merchant_api_new
+src/testing/test_merchant_api_home/.local/share/taler/exchange/live-keys/
+src/testing/test_merchant_api_home/.local/share/taler/wirefees/
+src/testing/auditor.in
+src/testing/test_merchant_api_home/.local/share/taler/auditor/
+src/testing/test_merchant_api_home/.local/share/taler/auditors/
+src/testing/test_merchant_api_twisted
 taler_merchant_config.h
 taler_merchant_config.h.in
 doc/*
@@ -50,15 +50,15 @@ doc/version-*.texi
 !doc/*.js
 !doc/*.dot
 !doc/examples/
-src/lib/test_merchant_api_home/.local/share/taler/exchange/wirefees/
+src/testing/test_merchant_api_home/.local/share/taler/exchange/wirefees/
 src/merchant-tools/taler-merchant-generate-payments
 src/merchant-tools/mitm/taler-merchant-mitm
 src/merchant-tools/mitm/merchant-mitm.wsgi
 doxygen-doc/
 contrib/taler-merchant.tag
 src/merchant-tools/taler-merchant-tip-enable
-src/lib/reserve_dkey.priv
-src/lib/reserve_key.priv
+src/testing/reserve_dkey.priv
+src/testing/reserve_key.priv
 doc/version.texi
 src/merchant-tools/taler-merchant-generate-payments-alt
 src/merchant-tools/taler-merchant-generate-payments
diff --git a/configure.ac b/configure.ac
index bbd95f3..d0a28bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,5 +341,6 @@ src/include/Makefile
 src/backenddb/Makefile
 src/backend/Makefile
 src/lib/Makefile
+src/testing/Makefile
 ])
 AC_OUTPUT
diff --git a/src/Makefile.am b/src/Makefile.am
index e58cf01..984c780 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
 # This Makefile is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
-SUBDIRS = include backenddb backend lib merchant-tools
+SUBDIRS = include backenddb backend lib testing merchant-tools
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 8489432..4469887 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -7,17 +7,12 @@ if USE_COVERAGE
 endif
 
 lib_LTLIBRARIES = \
-  libtalermerchant.la \
-  libtalermerchanttesting.la
+  libtalermerchant.la
 
 libtalermerchant_la_LDFLAGS = \
   -version-info 2:0:0 \
   -no-undefined
 
-libtalermerchanttesting_la_LDFLAGS = \
-  -version-info 2:0:0 \
-  -no-undefined
-
 libtalermerchant_la_SOURCES = \
   merchant_api_common.c \
   merchant_api_delete_instance.c \
@@ -57,43 +52,6 @@ libtalermerchant_la_LIBADD = \
   -ljansson \
   $(XLIB)
 
-libtalermerchanttesting_la_SOURCES = \
-  testing_api_cmd_check_payment.c \
-  testing_api_cmd_config.c \
-  testing_api_cmd_history.c \
-  testing_api_cmd_pay.c \
-  testing_api_cmd_pay_abort.c \
-  testing_api_cmd_pay_abort_refund.c \
-  testing_api_cmd_poll_payment.c \
-  testing_api_cmd_proposal.c \
-  testing_api_cmd_proposal_lookup.c \
-  testing_api_cmd_refund_increase.c \
-  testing_api_cmd_refund_lookup.c \
-  testing_api_cmd_rewind.c \
-  testing_api_cmd_tip_authorize.c \
-  testing_api_cmd_tip_pickup.c \
-  testing_api_cmd_tip_query.c \
-  testing_api_cmd_track_transaction.c \
-  testing_api_cmd_track_transfer.c \
-  testing_api_helpers.c \
-  testing_api_trait_merchant_sig.c \
-  testing_api_trait_string.c \
-  testing_api_trait_hash.c \
-  testing_api_trait_planchet.c \
-  testing_api_trait_refund_entry.c
-
-libtalermerchanttesting_la_LIBADD = \
-  libtalermerchant.la \
-  -ltalerexchange \
-  -ltalerjson \
-  -ltalerutil \
-  -lgnunetcurl \
-  -lgnunetjson \
-  -lgnunetutil \
-  -ljansson \
-  -ltalertesting \
-  $(XLIB)
-
 if HAVE_LIBCURL
 libtalermerchant_la_LIBADD += -lcurl
 else
@@ -101,63 +59,3 @@ if HAVE_LIBGNURL
 libtalermerchant_la_LIBADD += -lgnurl
 endif
 endif
-
-if HAVE_TALERFAKEBANK
-check_PROGRAMS = \
-  test_merchant_api
-
-if HAVE_TWISTER
-check_PROGRAMS += test_merchant_api_twisted
-endif
-
-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
-
-test_merchant_api_SOURCES = \
-  test_merchant_api.c
-test_merchant_api_LDADD = \
-  $(top_srcdir)/src/backenddb/libtalermerchantdb.la \
-  libtalermerchant.la \
-  $(LIBGCRYPT_LIBS) \
-  -ltalertesting \
-  -ltalermerchanttesting \
-  -ltalerfakebank \
-  -ltalerbank \
-  -ltalerexchange \
-  -ltalerjson \
-  -ltalerutil \
-  -lgnunetjson \
-  -lgnunetcurl \
-  -lgnunetutil \
-  -ljansson
-
-EXTRA_DIST = \
-  test_merchant_api.conf \
-  test_merchant_api_twisted.conf \
-  test_merchant_api_proxy_merchant.conf \
-  test_merchant_api_proxy_exchange.conf \
-  test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv \
-  test_merchant_api_home/.config/taler/exchange/account-2.json \
-  test_merchant.priv
diff --git a/src/lib/Makefile.am b/src/testing/Makefile.am
similarity index 67%
copy from src/lib/Makefile.am
copy to src/testing/Makefile.am
index 8489432..48053c9 100644
--- a/src/lib/Makefile.am
+++ b/src/testing/Makefile.am
@@ -7,56 +7,12 @@ if USE_COVERAGE
 endif
 
 lib_LTLIBRARIES = \
-  libtalermerchant.la \
   libtalermerchanttesting.la
 
-libtalermerchant_la_LDFLAGS = \
-  -version-info 2:0:0 \
-  -no-undefined
-
 libtalermerchanttesting_la_LDFLAGS = \
   -version-info 2:0:0 \
   -no-undefined
 
-libtalermerchant_la_SOURCES = \
-  merchant_api_common.c \
-  merchant_api_delete_instance.c \
-  merchant_api_delete_product.c \
-  merchant_api_get_config.c \
-  merchant_api_get_instance.c \
-  merchant_api_get_instances.c \
-  merchant_api_get_product.c \
-  merchant_api_get_products.c \
-  merchant_api_lock_product.c \
-  merchant_api_patch_instance.c \
-  merchant_api_patch_product.c \
-  merchant_api_post_instances.c \
-  merchant_api_post_products.c \
-  merchant_api_check_payment.c \
-  merchant_api_history.c \
-  merchant_api_proposal.c \
-  merchant_api_proposal_lookup.c \
-  merchant_api_pay.c \
-  merchant_api_poll_payment.c \
-  merchant_api_refund.c \
-  merchant_api_refund_increase.c \
-  merchant_api_tip_authorize.c \
-  merchant_api_tip_pickup.c \
-  merchant_api_tip_pickup2.c \
-  merchant_api_tip_query.c \
-  merchant_api_track_transaction.c \
-  merchant_api_track_transfer.c
-libtalermerchant_la_LIBADD = \
-  -ltalerexchange \
-  -ltalercurl \
-  -ltalerjson \
-  -ltalerutil \
-  -lgnunetcurl \
-  -lgnunetjson \
-  -lgnunetutil \
-  -ljansson \
-  $(XLIB)
-
 libtalermerchanttesting_la_SOURCES = \
   testing_api_cmd_check_payment.c \
   testing_api_cmd_config.c \
@@ -94,13 +50,6 @@ libtalermerchanttesting_la_LIBADD = \
   -ltalertesting \
   $(XLIB)
 
-if HAVE_LIBCURL
-libtalermerchant_la_LIBADD += -lcurl
-else
-if HAVE_LIBGNURL
-libtalermerchant_la_LIBADD += -lgnurl
-endif
-endif
 
 if HAVE_TALERFAKEBANK
 check_PROGRAMS = \
@@ -109,7 +58,6 @@ check_PROGRAMS = \
 if HAVE_TWISTER
 check_PROGRAMS += test_merchant_api_twisted
 endif
-
 endif
 
 TESTS = \
diff --git a/src/lib/reserve_dtip.priv b/src/testing/reserve_dtip.priv
similarity index 100%
rename from src/lib/reserve_dtip.priv
rename to src/testing/reserve_dtip.priv
diff --git a/src/lib/reserve_tip.priv b/src/testing/reserve_tip.priv
similarity index 100%
rename from src/lib/reserve_tip.priv
rename to src/testing/reserve_tip.priv
diff --git a/src/lib/test_merchant.priv b/src/testing/test_merchant.priv
similarity index 100%
rename from src/lib/test_merchant.priv
rename to src/testing/test_merchant.priv
diff --git a/src/lib/test_merchant_api.c b/src/testing/test_merchant_api.c
similarity index 100%
rename from src/lib/test_merchant_api.c
rename to src/testing/test_merchant_api.c
diff --git a/src/lib/test_merchant_api.conf b/src/testing/test_merchant_api.conf
similarity index 100%
rename from src/lib/test_merchant_api.conf
rename to src/testing/test_merchant_api.conf
diff --git 
a/src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json 
b/src/testing/test_merchant_api_home/.config/taler/exchange/account-2.json
similarity index 100%
rename from src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json
rename to 
src/testing/test_merchant_api_home/.config/taler/exchange/account-2.json
diff --git 
a/src/lib/test_merchant_api_home/.config/taler/merchant/account-3.json 
b/src/testing/test_merchant_api_home/.config/taler/merchant/account-3.json
similarity index 100%
rename from src/lib/test_merchant_api_home/.config/taler/merchant/account-3.json
rename to 
src/testing/test_merchant_api_home/.config/taler/merchant/account-3.json
diff --git a/src/lib/test_merchant_api_home/.config/taler/merchant/default.priv 
b/src/testing/test_merchant_api_home/.config/taler/merchant/default.priv
similarity index 100%
rename from src/lib/test_merchant_api_home/.config/taler/merchant/default.priv
rename to src/testing/test_merchant_api_home/.config/taler/merchant/default.priv
diff --git a/src/lib/test_merchant_api_home/.config/taler/merchant/dtip.priv 
b/src/testing/test_merchant_api_home/.config/taler/merchant/dtip.priv
similarity index 100%
rename from src/lib/test_merchant_api_home/.config/taler/merchant/dtip.priv
rename to src/testing/test_merchant_api_home/.config/taler/merchant/dtip.priv
diff --git a/src/lib/test_merchant_api_home/.config/taler/merchant/nulltip.priv 
b/src/testing/test_merchant_api_home/.config/taler/merchant/nulltip.priv
similarity index 100%
rename from src/lib/test_merchant_api_home/.config/taler/merchant/nulltip.priv
rename to src/testing/test_merchant_api_home/.config/taler/merchant/nulltip.priv
diff --git 
a/src/lib/test_merchant_api_home/.config/taler/merchant/reserve/dtip.priv 
b/src/testing/test_merchant_api_home/.config/taler/merchant/reserve/dtip.priv
similarity index 100%
rename from 
src/lib/test_merchant_api_home/.config/taler/merchant/reserve/dtip.priv
rename to 
src/testing/test_merchant_api_home/.config/taler/merchant/reserve/dtip.priv
diff --git 
a/src/lib/test_merchant_api_home/.config/taler/merchant/reserve/nulltip.priv 
b/src/testing/test_merchant_api_home/.config/taler/merchant/reserve/nulltip.priv
similarity index 100%
rename from 
src/lib/test_merchant_api_home/.config/taler/merchant/reserve/nulltip.priv
rename to 
src/testing/test_merchant_api_home/.config/taler/merchant/reserve/nulltip.priv
diff --git 
a/src/lib/test_merchant_api_home/.config/taler/merchant/reserve/tip.priv 
b/src/testing/test_merchant_api_home/.config/taler/merchant/reserve/tip.priv
similarity index 100%
rename from 
src/lib/test_merchant_api_home/.config/taler/merchant/reserve/tip.priv
rename to 
src/testing/test_merchant_api_home/.config/taler/merchant/reserve/tip.priv
diff --git a/src/lib/test_merchant_api_home/.config/taler/merchant/tip.priv 
b/src/testing/test_merchant_api_home/.config/taler/merchant/tip.priv
similarity index 100%
rename from src/lib/test_merchant_api_home/.config/taler/merchant/tip.priv
rename to src/testing/test_merchant_api_home/.config/taler/merchant/tip.priv
diff --git a/src/lib/test_merchant_api_home/.config/taler/merchant/tor.priv 
b/src/testing/test_merchant_api_home/.config/taler/merchant/tor.priv
similarity index 100%
rename from src/lib/test_merchant_api_home/.config/taler/merchant/tor.priv
rename to src/testing/test_merchant_api_home/.config/taler/merchant/tor.priv
diff --git a/src/lib/test_merchant_api_home/.config/taler/test.json 
b/src/testing/test_merchant_api_home/.config/taler/test.json
similarity index 100%
rename from src/lib/test_merchant_api_home/.config/taler/test.json
rename to src/testing/test_merchant_api_home/.config/taler/test.json
diff --git 
a/src/lib/test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv
 
b/src/testing/test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv
similarity index 100%
rename from 
src/lib/test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv
rename to 
src/testing/test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv
diff --git 
a/src/lib/test_merchant_api_home/.local/share/taler/merchant/merchant.priv 
b/src/testing/test_merchant_api_home/.local/share/taler/merchant/merchant.priv
similarity index 100%
rename from 
src/lib/test_merchant_api_home/.local/share/taler/merchant/merchant.priv
rename to 
src/testing/test_merchant_api_home/.local/share/taler/merchant/merchant.priv
diff --git a/src/lib/test_merchant_api_proxy_exchange.conf 
b/src/testing/test_merchant_api_proxy_exchange.conf
similarity index 100%
rename from src/lib/test_merchant_api_proxy_exchange.conf
rename to src/testing/test_merchant_api_proxy_exchange.conf
diff --git a/src/lib/test_merchant_api_proxy_merchant.conf 
b/src/testing/test_merchant_api_proxy_merchant.conf
similarity index 100%
rename from src/lib/test_merchant_api_proxy_merchant.conf
rename to src/testing/test_merchant_api_proxy_merchant.conf
diff --git a/src/lib/test_merchant_api_twisted.c 
b/src/testing/test_merchant_api_twisted.c
similarity index 100%
rename from src/lib/test_merchant_api_twisted.c
rename to src/testing/test_merchant_api_twisted.c
diff --git a/src/lib/test_merchant_api_twisted.conf 
b/src/testing/test_merchant_api_twisted.conf
similarity index 100%
rename from src/lib/test_merchant_api_twisted.conf
rename to src/testing/test_merchant_api_twisted.conf
diff --git a/src/lib/testing_api_cmd_check_payment.c 
b/src/testing/testing_api_cmd_check_payment.c
similarity index 100%
rename from src/lib/testing_api_cmd_check_payment.c
rename to src/testing/testing_api_cmd_check_payment.c
diff --git a/src/lib/testing_api_cmd_config.c 
b/src/testing/testing_api_cmd_config.c
similarity index 100%
rename from src/lib/testing_api_cmd_config.c
rename to src/testing/testing_api_cmd_config.c
diff --git a/src/lib/testing_api_cmd_history.c 
b/src/testing/testing_api_cmd_history.c
similarity index 100%
rename from src/lib/testing_api_cmd_history.c
rename to src/testing/testing_api_cmd_history.c
diff --git a/src/lib/testing_api_cmd_pay.c b/src/testing/testing_api_cmd_pay.c
similarity index 100%
rename from src/lib/testing_api_cmd_pay.c
rename to src/testing/testing_api_cmd_pay.c
diff --git a/src/lib/testing_api_cmd_pay_abort.c 
b/src/testing/testing_api_cmd_pay_abort.c
similarity index 100%
rename from src/lib/testing_api_cmd_pay_abort.c
rename to src/testing/testing_api_cmd_pay_abort.c
diff --git a/src/lib/testing_api_cmd_pay_abort_refund.c 
b/src/testing/testing_api_cmd_pay_abort_refund.c
similarity index 100%
rename from src/lib/testing_api_cmd_pay_abort_refund.c
rename to src/testing/testing_api_cmd_pay_abort_refund.c
diff --git a/src/lib/testing_api_cmd_poll_payment.c 
b/src/testing/testing_api_cmd_poll_payment.c
similarity index 100%
rename from src/lib/testing_api_cmd_poll_payment.c
rename to src/testing/testing_api_cmd_poll_payment.c
diff --git a/src/lib/testing_api_cmd_proposal.c 
b/src/testing/testing_api_cmd_proposal.c
similarity index 100%
rename from src/lib/testing_api_cmd_proposal.c
rename to src/testing/testing_api_cmd_proposal.c
diff --git a/src/lib/testing_api_cmd_proposal_lookup.c 
b/src/testing/testing_api_cmd_proposal_lookup.c
similarity index 100%
rename from src/lib/testing_api_cmd_proposal_lookup.c
rename to src/testing/testing_api_cmd_proposal_lookup.c
diff --git a/src/lib/testing_api_cmd_refund_increase.c 
b/src/testing/testing_api_cmd_refund_increase.c
similarity index 100%
rename from src/lib/testing_api_cmd_refund_increase.c
rename to src/testing/testing_api_cmd_refund_increase.c
diff --git a/src/lib/testing_api_cmd_refund_lookup.c 
b/src/testing/testing_api_cmd_refund_lookup.c
similarity index 100%
rename from src/lib/testing_api_cmd_refund_lookup.c
rename to src/testing/testing_api_cmd_refund_lookup.c
diff --git a/src/lib/testing_api_cmd_rewind.c 
b/src/testing/testing_api_cmd_rewind.c
similarity index 100%
rename from src/lib/testing_api_cmd_rewind.c
rename to src/testing/testing_api_cmd_rewind.c
diff --git a/src/lib/testing_api_cmd_tip_authorize.c 
b/src/testing/testing_api_cmd_tip_authorize.c
similarity index 100%
rename from src/lib/testing_api_cmd_tip_authorize.c
rename to src/testing/testing_api_cmd_tip_authorize.c
diff --git a/src/lib/testing_api_cmd_tip_pickup.c 
b/src/testing/testing_api_cmd_tip_pickup.c
similarity index 100%
rename from src/lib/testing_api_cmd_tip_pickup.c
rename to src/testing/testing_api_cmd_tip_pickup.c
diff --git a/src/lib/testing_api_cmd_tip_query.c 
b/src/testing/testing_api_cmd_tip_query.c
similarity index 100%
rename from src/lib/testing_api_cmd_tip_query.c
rename to src/testing/testing_api_cmd_tip_query.c
diff --git a/src/lib/testing_api_cmd_track_transaction.c 
b/src/testing/testing_api_cmd_track_transaction.c
similarity index 100%
rename from src/lib/testing_api_cmd_track_transaction.c
rename to src/testing/testing_api_cmd_track_transaction.c
diff --git a/src/lib/testing_api_cmd_track_transfer.c 
b/src/testing/testing_api_cmd_track_transfer.c
similarity index 100%
rename from src/lib/testing_api_cmd_track_transfer.c
rename to src/testing/testing_api_cmd_track_transfer.c
diff --git a/src/lib/testing_api_helpers.c b/src/testing/testing_api_helpers.c
similarity index 100%
rename from src/lib/testing_api_helpers.c
rename to src/testing/testing_api_helpers.c
diff --git a/src/lib/testing_api_trait_hash.c 
b/src/testing/testing_api_trait_hash.c
similarity index 100%
rename from src/lib/testing_api_trait_hash.c
rename to src/testing/testing_api_trait_hash.c
diff --git a/src/lib/testing_api_trait_merchant_sig.c 
b/src/testing/testing_api_trait_merchant_sig.c
similarity index 100%
rename from src/lib/testing_api_trait_merchant_sig.c
rename to src/testing/testing_api_trait_merchant_sig.c
diff --git a/src/lib/testing_api_trait_planchet.c 
b/src/testing/testing_api_trait_planchet.c
similarity index 100%
rename from src/lib/testing_api_trait_planchet.c
rename to src/testing/testing_api_trait_planchet.c
diff --git a/src/lib/testing_api_trait_refund_entry.c 
b/src/testing/testing_api_trait_refund_entry.c
similarity index 100%
rename from src/lib/testing_api_trait_refund_entry.c
rename to src/testing/testing_api_trait_refund_entry.c
diff --git a/src/lib/testing_api_trait_string.c 
b/src/testing/testing_api_trait_string.c
similarity index 100%
rename from src/lib/testing_api_trait_string.c
rename to src/testing/testing_api_trait_string.c
diff --git a/src/lib/tor_merchant.priv b/src/testing/tor_merchant.priv
similarity index 100%
rename from src/lib/tor_merchant.priv
rename to src/testing/tor_merchant.priv

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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