From a5a3b2ea9ab6fa47d06531b34599237b62742443 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Nov 2021 13:09:16 +0100 Subject: add taler-auditor-offline test command, fixes test_auditor_api warnings --- src/include/taler_testing_lib.h | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 1f678b434..f50e13a21 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1187,7 +1187,6 @@ TALER_TESTING_cmd_admin_add_incoming_retry (struct TALER_TESTING_Command cmd); * * @param label command label. * @param config_filename configuration filename. - * * @return the command. */ struct TALER_TESTING_Command @@ -1196,7 +1195,7 @@ TALER_TESTING_cmd_exec_wirewatch (const char *label, /** - * Make a "aggregator" CMD. + * Run a "taler-exchange-aggregator" CMD. * * @param label command label. * @param config_filename configuration file for the @@ -1208,6 +1207,19 @@ TALER_TESTING_cmd_exec_aggregator (const char *label, const char *config_filename); +/** + * Run a "taler-auditor-offline" CMD. + * + * @param label command label. + * @param config_filename configuration file for the + * aggregator to use. + * @return the command. + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_exec_auditor_offline (const char *label, + const char *config_filename); + + /** * Make a "aggregator" CMD and do not disable KYC checks. * -- cgit v1.2.3