From 015b08b0489d72f3fda587eec900bc4193a6a57e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Jun 2023 17:01:23 +0200 Subject: new command to use taler-benchmark-setup.sh --- src/include/taler_testing_lib.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 664db6ccd..23a4c2526 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -986,6 +986,21 @@ TALER_TESTING_history_entry_cmp ( /* ************** Specific interpreter commands ************ */ +/** + * Launch GNU Taler setup. + * + * @param label command label. + * @param config_file configuration file to use + * @param ... NULL-terminated (const char *) arguments to pass to taler-benchmark-setup.sh + * @return the command. + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_system_start ( + const char *label, + const char *config_file, + ...); + + /** * Command to modify authorization header used in the CURL context. * This will destroy the existing CURL context and create a fresh -- cgit v1.2.3