commit 3bdd0ed3316e4c08dc3aa90808945dab02b0e0ca
parent 1e9827d28e7aa63705a1d318870967040046201e
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Fri, 22 May 2026 16:50:17 +0200
configure pkce test config
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/challenger/meson.build b/src/challenger/meson.build
@@ -39,6 +39,12 @@ test_conf = configure_file(
copy: true,
)
+test_conf = configure_file(
+ input: 'test-challenger-pkce.conf',
+ output: 'test-challenger-pkce.conf',
+ copy: true,
+)
+
foreach s : check_SCRIPTS
tscript = '@0@.sh'.format(s)
test_exe = configure_file(input: tscript, output: tscript, copy: true)