aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index b35e393dc..57bf7406a 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -173,6 +173,18 @@ TALER_TESTING_wait_exchange_ready (const char *base_url);
173 173
174 174
175/** 175/**
176 * Wait for an HTTPD service to have started. Waits for at
177 * most 10s, after that returns 77 to indicate an error.
178 *
179 * @param base_url what URL should we expect the exchange
180 * to be running at
181 * @return 0 on success
182 */
183int
184TALER_TESTING_wait_httpd_ready (const char *base_url);
185
186
187/**
176 * Wait for the auditor to have started. Waits for at 188 * Wait for the auditor to have started. Waits for at
177 * most 10s, after that returns 77 to indicate an error. 189 * most 10s, after that returns 77 to indicate an error.
178 * 190 *