summaryrefslogtreecommitdiffstats
path: root/testsuite/loopback01/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/loopback01/test_main.c')
-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>