diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 20:30:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 20:30:19 +0100 |
commit | 12855342d80494e748597bdad51bab3bd87180d1 (patch) | |
tree | 4340b8c0710d490140bf35ccd8861a60c7407344 /src | |
parent | 774874a0964f3c14e4379d7e92554b2426c7c4a3 (diff) |
rename config file to make it clear it is associated with a test (in build)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 08c2ad29d..16a4de864 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -332,8 +332,8 @@ test_bank_api_with_pybank_twisted_LDADD = \ # Distribution EXTRA_DIST = \ - bank.conf \ - bank_twisted.conf \ + test_bank_api.conf \ + test_bank_api_bank_twisted.conf \ test_auditor_api.conf \ test_auditor_api_expire_reserve_now.conf \ test_exchange_api_home/.local/share/taler/exchange/offline-keys/master.priv \ |