summaryrefslogtreecommitdiff
path: root/testsuite/loopback01
diff options
context:
space:
mode:
authorMoyano, Gabriel <gabriel.moyano@dlr.de>2020-04-03 09:35:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-09 08:35:41 +0200
commit0444b24bf9a928a39cf4e8c9eaa096b6f242ae55 (patch)
tree49af86fe079d5295e86b07f6d926ba938579827c /testsuite/loopback01
parent384769141c04a177d98b2d6216016fcc13dfcbfa (diff)
testsuite: A description for each test added
Diffstat (limited to 'testsuite/loopback01')
-rw-r--r--testsuite/loopback01/test_main.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/loopback01/test_main.c b/testsuite/loopback01/test_main.c
index f0453e69..1b5c0064 100644
--- a/testsuite/loopback01/test_main.c
+++ b/testsuite/loopback01/test_main.c
@@ -1,6 +1,9 @@
-/*
- * This is the body of the test. It does not do much except ensure
- * that the target is alive after initializing the TCP/IP stack.
+/**
+ * @file
+ *
+ * @brief It tests socket connections locally.
+ *
+ * The server and clients are running in different RTEMS tasks.
*/
#include <stdlib.h>