diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-23 11:47:16 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-23 11:47:16 +0100 |
commit | e0cf954ad9ab0c1613ab2c0f06ada581dbdb8276 (patch) | |
tree | b6bed56bafdf3b7d6a3130ef614bc35562c9d3a8 /contrib/Makefile.am | |
parent | c58c5bce2be3125515e7dbcc69abd3699a568707 (diff) |
make exchange test suite work with current bank
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index dfe37429e..58b00812e 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,9 +1,11 @@ SUBDIRS = . tos pp +bin_SCRIPTS = \ + taler-bank-manage-testing + EXTRA_DIST = \ auditor-report.tex.j2 \ coverage.sh \ gnunet.tag \ microhttpd.tag \ render.py - |