summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-20 13:09:16 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-20 13:09:16 +0100
commita5a3b2ea9ab6fa47d06531b34599237b62742443 (patch)
tree87679716402bd973db830d2f76c9c9e51bfae1c7 /src/include/taler_testing_lib.h
parent303f105985bd31f23d3b1ba9c86b77a23f142abf (diff)
downloadexchange-a5a3b2ea9ab6fa47d06531b34599237b62742443.tar.gz
exchange-a5a3b2ea9ab6fa47d06531b34599237b62742443.tar.bz2
exchange-a5a3b2ea9ab6fa47d06531b34599237b62742443.zip
add taler-auditor-offline test command, fixes test_auditor_api warnings
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h16
1 files changed, 14 insertions, 2 deletions
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
@@ -1209,6 +1208,19 @@ TALER_TESTING_cmd_exec_aggregator (const char *label,
/**
+ * 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.
*
* @param label command label.