summaryrefslogtreecommitdiff
path: root/src/merchant-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-22 20:00:42 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-22 20:00:42 +0200
commit0d68648a9e06367808cd7d60d8e349096bca77c6 (patch)
treeccb74c27b40a2d741d74c869c85ecb0b95875ea6 /src/merchant-tools
parente357b735bf09bcdb201841885e79e9f946582912 (diff)
downloadmerchant-0d68648a9e06367808cd7d60d8e349096bca77c6.tar.gz
merchant-0d68648a9e06367808cd7d60d8e349096bca77c6.tar.bz2
merchant-0d68648a9e06367808cd7d60d8e349096bca77c6.zip
move libtalermerchanttesting and test cases to src/testing/
Diffstat (limited to 'src/merchant-tools')
-rw-r--r--src/merchant-tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merchant-tools/Makefile.am b/src/merchant-tools/Makefile.am
index af51b888..a78da09a 100644
--- a/src/merchant-tools/Makefile.am
+++ b/src/merchant-tools/Makefile.am
@@ -27,7 +27,7 @@ taler_merchant_benchmark_SOURCES = \
taler_merchant_benchmark_LDADD = \
$(top_srcdir)/src/backenddb/libtalermerchantdb.la \
$(top_srcdir)/src/lib/libtalermerchant.la \
- $(top_srcdir)/src/lib/libtalermerchanttesting.la \
+ $(top_srcdir)/src/testing/libtalermerchanttesting.la \
$(LIBGCRYPT_LIBS) \
-ltalertesting \
-ltalerfakebank \