commit d70cd66c0d6ce2c19e4a6d606acee1f04ad7e915
parent 837636ff4870bd7c47e795f61f916db1c20e78f9
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 17 Apr 2026 14:10:01 +0200
fix auditor and bank tests
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
@@ -364,6 +364,7 @@ if not get_option('only-doc')
add_test_setup(
'default',
env: ['TALER_EXCHANGE_PREFIX=' + taler_prefix],
+ env: ['TALER_AUDITOR_PREFIX=' + taler_prefix],
exclude_suites: ['perf', 'installcheck', 'integrationtests'],
is_default: true,
)
diff --git a/src/bank-lib/meson.build b/src/bank-lib/meson.build
@@ -147,7 +147,7 @@ test_bank = configure_file(
test(
'test_bank',
test_bank,
- suite: ['bank-api'],
+ suite: ['bank-api', 'installcheck'],
workdir: meson.current_build_dir(),
is_parallel: false,
)