aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_testing_lib.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h24
1 files changed, 16 insertions, 8 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 0c63f047d..616125adc 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -19,15 +19,21 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_testing_lib.h
23 * @brief convenience API for writing testcases for GNUnet;
24 * can start/stop one or more peers on a system;
25 * testing is responsible for managing private keys,
26 * ports and paths; it is a low-level library that
27 * does not support higher-level functions such as
28 * P2P connection, topology management or distributed
29 * testbed maintenance (those are in gnunet_testbed_service.h)
30 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Convenience API for writing testcases for GNUnet
26 *
27 * @defgroup testing Testing library
28 * Library for writing testcases for GNUnet.
29 *
30 * It can start/stop one or more peers on a system; testing is responsible for
31 * managing private keys, ports and paths; it is a low-level library that does
32 * not support higher-level functions such as P2P connection, topology
33 * management or distributed testbed maintenance (those are provided by the
34 * [Testbed service](@ref testbed))
35 *
36 * @{
31 */ 37 */
32 38
33#ifndef GNUNET_TESTING_LIB_H 39#ifndef GNUNET_TESTING_LIB_H
@@ -460,3 +466,5 @@ GNUNET_TESTING_get_testname_from_underscore (const char *argv0);
460#endif 466#endif
461 467
462#endif 468#endif
469
470/** @} */ /* end of group */