aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:23:59 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:58 +0100
commit8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536 (patch)
tree234bdd8335be87056f60bc6c58191fdfbc0fe4ee /src/testing
parent42cda6099b5957ab28f19a7b793a5428c96faeb8 (diff)
downloadgnunet-8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536.tar.gz
gnunet-8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536.zip
-DOC: Documentation cleanup pass through TESTING libraries
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_local_test_prepared.c8
-rw-r--r--src/testing/testing_api_loop.c12
2 files changed, 0 insertions, 20 deletions
diff --git a/src/testing/testing_api_cmd_local_test_prepared.c b/src/testing/testing_api_cmd_local_test_prepared.c
index 1f470a6c1..e71d3ef45 100644
--- a/src/testing/testing_api_cmd_local_test_prepared.c
+++ b/src/testing/testing_api_cmd_local_test_prepared.c
@@ -92,14 +92,6 @@ local_test_prepared_run (void *cls,
92} 92}
93 93
94 94
95/**
96 * Create command.
97 *
98 * @param label name for command.
99 * @param write_message Callback to write messages to the master loop.
100 * @param all_local_tests_prepared Flag which will be set from outside.
101 * @return command.
102 */
103struct GNUNET_TESTING_Command 95struct GNUNET_TESTING_Command
104GNUNET_TESTING_cmd_local_test_prepared (const char *label, 96GNUNET_TESTING_cmd_local_test_prepared (const char *label,
105 TESTING_CMD_HELPER_write_cb 97 TESTING_CMD_HELPER_write_cb
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index 283284f26..90713e45e 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -429,12 +429,6 @@ do_timeout (void *cls)
429} 429}
430 430
431 431
432/**
433 * Check if the command is running.
434 *
435 * @param cmd The command to check.
436 * @return GNUNET_NO if the command is not running, GNUNET_YES if it is running.
437 */
438enum GNUNET_GenericReturnValue 432enum GNUNET_GenericReturnValue
439GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command) 433GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command)
440{ 434{
@@ -443,12 +437,6 @@ GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command)
443} 437}
444 438
445 439
446/**
447 * Check if a command is finished.
448 *
449 * @param cmd The command to check.
450 * @return GNUNET_NO if the command is not finished, GNUNET_YES if it is finished.
451 */
452enum GNUNET_GenericReturnValue 440enum GNUNET_GenericReturnValue
453GNUNET_TESTING_finished (struct GNUNET_TESTING_Command *command) 441GNUNET_TESTING_finished (struct GNUNET_TESTING_Command *command)
454{ 442{