donau

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

commit ebcf7720d359da49b5244d59524cf3e560ca324f
parent 49a302a05b094f0e2e6d5dcf1c3b6594bcc6053b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  7 Aug 2026 11:23:59 +0200

enable CS tests for donau

Diffstat:
Msrc/testing/Makefile.am | 3+--
Msrc/testing/meson.build | 14+++++++-------
2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -42,8 +42,7 @@ check_PROGRAMS = \ TESTS = \ - test_donau_api_rsa -# $(check_PROGRAMS) # CS is known to fail... + $(check_PROGRAMS) test_donau_api_cs_SOURCES = \ test_donau_api.c diff --git a/src/testing/meson.build b/src/testing/meson.build @@ -63,13 +63,13 @@ test_donau_api_cs = executable( build_by_default: false, install: false, ) -# $(check_PROGRAMS) # CS is known to fail... -#test( -# 'test_donau_api_cs', -# test_donau_api_cs, -# workdir: meson.current_build_dir(), -# suite: ['testing', 'integrationtests'], -#) +test( + 'test_donau_api_cs', + test_donau_api_cs, + workdir: meson.current_build_dir(), + suite: ['testing', 'integrationtests'], + is_parallel: false, +) test_donau_api_rsa = executable(