commit 8a104e499fe55877382b7777c600f145cc3a0e41
parent 65d6beafc932018be5de77484932da93ad8902ad
Author: Florian Dold <florian@dold.me>
Date: Sat, 18 Jul 2026 15:35:03 +0200
add allcheck target
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/meson.build b/meson.build
@@ -348,6 +348,10 @@ if not get_option('only-doc')
exclude_suites: ['perf', 'installcheck', 'integrationtests'],
is_default: true,
)
+ add_test_setup(
+ 'all',
+ env: ['DONAU_PREFIX=' + taler_prefix],
+ )
else
subdir('contrib')
if not get_option('disable-doc')