diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-22 20:00:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-22 20:00:42 +0200 |
commit | 0d68648a9e06367808cd7d60d8e349096bca77c6 (patch) | |
tree | ccb74c27b40a2d741d74c869c85ecb0b95875ea6 /src/merchant-tools | |
parent | e357b735bf09bcdb201841885e79e9f946582912 (diff) |
move libtalermerchanttesting and test cases to src/testing/
Diffstat (limited to 'src/merchant-tools')
-rw-r--r-- | src/merchant-tools/Makefile.am | 2 |
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 \ |