summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-17 11:21:20 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-17 11:21:20 +0200
commitd8f1f7b761a41fc027c53dcd85c2b07dd73c6d1b (patch)
tree40a92a23af452f01af6260f4de138438cb46cc0d /src/include/taler_testing_lib.h
parent802649c2703cb1b9991316073ca0b9e20cebe16f (diff)
downloadexchange-d8f1f7b761a41fc027c53dcd85c2b07dd73c6d1b.tar.gz
exchange-d8f1f7b761a41fc027c53dcd85c2b07dd73c6d1b.tar.bz2
exchange-d8f1f7b761a41fc027c53dcd85c2b07dd73c6d1b.zip
integrate purse expiration into test, bugfixes
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 930a8e9a6..b0dee023f 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1212,6 +1212,30 @@ TALER_TESTING_cmd_exec_wirewatch (const char *label,
/**
+ * Make a "expire" CMD.
+ *
+ * @param label command label.
+ * @param config_filename configuration filename.
+ * @return the command.
+ */
+struct TALER_TESTING_Command
+TALER_TESTING_cmd_exec_expire (const char *label,
+ const char *config_filename);
+
+
+/**
+ * Make a "router" CMD.
+ *
+ * @param label command label.
+ * @param config_filename configuration filename.
+ * @return the command.
+ */
+struct TALER_TESTING_Command
+TALER_TESTING_cmd_exec_router (const char *label,
+ const char *config_filename);
+
+
+/**
* Run a "taler-exchange-aggregator" CMD.
*
* @param label command label.