exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 837636ff4870bd7c47e795f61f916db1c20e78f9
parent 0240a38f2799efe082d66f741ca55386933477a5
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 17 Apr 2026 14:02:13 +0200

do not install test resources into production env

Diffstat:
Msrc/mhd/meson.build | 39+++------------------------------------
1 file changed, 3 insertions(+), 36 deletions(-)

diff --git a/src/mhd/meson.build b/src/mhd/meson.build @@ -2,16 +2,14 @@ configure_file( input: 'test_typst.conf', output: 'test_typst.conf', configuration: cdata, - install: true, - install_dir: pkgcfgdir, + install: false, ) configure_file( input: 'test_typst_1.typ', output: 'test_typst_1.typ', configuration: cdata, - install: true, - install_dir: pkgcfgdir, + install: false, ) @@ -55,9 +53,7 @@ pkg.generate( description: 'GNU Taler microhttpd library', ) -talermhd_tests = [] - -talermhd_tests_installcheck = ['test_typst'] +talermhd_tests = ['test_typst'] foreach t : talermhd_tests @@ -86,35 +82,6 @@ foreach t : talermhd_tests ) endforeach -foreach t : talermhd_tests_installcheck - - test_tmp = executable( - t, - ['@0@.c'.format(t)], - dependencies: [ - gnunetutil_dep, - gnunetjson_dep, - libtalermhd_dep, - libtalerutil_dep, - json_dep, - mhd_dep, - ], - include_directories: [incdir, configuration_inc], - build_by_default: false, - install: false, - ) - test( - t, - test_tmp, - workdir: meson.current_build_dir(), - env: ['PWD=' + meson.current_build_dir()], - suite: ['mhd', 'installcheck'], - is_parallel: false, - ) - - -endforeach - if mhd2_dep.found() libtalermhd2_src = [