donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit d6765f055513068daaf28cf3f65a1121247633a2
parent d4c13154376731c07a40617b3dbd893eb5fab2af
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 13 Apr 2026 19:45:21 +0200

fix executable names

Diffstat:
Msrc/testing/meson.build | 14+++++++++-----
Msrc/testing/test_donau_api.conf | 4----
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/testing/meson.build b/src/testing/meson.build @@ -46,7 +46,7 @@ pkg.generate( test_donau_api_cs = executable( - 'test_donau_api-cs', + 'test_donau_api_cs', ['test_donau_api.c'], dependencies: [ talertesting_dep, @@ -73,7 +73,7 @@ test_donau_api_cs = executable( test_donau_api_rsa = executable( - 'test_donau_api-rsa', + 'test_donau_api_rsa', ['test_donau_api.c'], dependencies: [ talertesting_dep, @@ -98,9 +98,13 @@ test( is_parallel: false, ) -EXTRA_DIST = ['coins-cs.conf', 'coins-rsa.conf', 'test_donau_api.conf'] +EXTRA_DIST = [ + 'coins-cs.conf', + 'coins-rsa.conf', + 'test_donau_api.conf', + 'test_donau_api-cs.conf', + 'test_donau_api-rsa.conf', +] foreach f : EXTRA_DIST configure_file(input: f, output: f, copy: true) endforeach - - diff --git a/src/testing/test_donau_api.conf b/src/testing/test_donau_api.conf @@ -9,13 +9,9 @@ DONAU_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/donau-system-runtime/ BASE_URL = http://localhost:8888/ CURRENCY = EUR - [donau] - # Bearer access token required to manage charities. ADMIN_BEARER_TOKEN = "secret-token:secret" - - CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 TERMS_ETAG = tos