aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conversation/test_conversation_api.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index f7aa53c90..b6481c54b 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -20,6 +20,11 @@
20/** 20/**
21 * @file conversation/test_conversation_api.c 21 * @file conversation/test_conversation_api.c
22 * @brief testcase for conversation_api.c 22 * @brief testcase for conversation_api.c
23 *
24 * This test performs the operations of a call to a phone
25 * where the phone user picks up and then the call is
26 * terminated by the party that initiated the call. The
27 * actual transmission of voice data is not tested.
23 */ 28 */
24#include "platform.h" 29#include "platform.h"
25#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"