summaryrefslogtreecommitdiffstats
path: root/testsuite/netshell01/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/netshell01/test_main.c')
-rw-r--r--testsuite/netshell01/test_main.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/testsuite/netshell01/test_main.c b/testsuite/netshell01/test_main.c
index 13d8a31c..81941d0b 100644
--- a/testsuite/netshell01/test_main.c
+++ b/testsuite/netshell01/test_main.c
@@ -1,3 +1,9 @@
+/**
+ * @file
+ *
+ * @brief RTEMS shell is started and it is possible to run net commands.
+ */
+
/*
* COPYRIGHT (c) 2012. On-Line Applications Research Corporation (OAR).
* All rights reserved.
@@ -24,11 +30,6 @@
* SUCH DAMAGE.
*/
-/*
- * 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.
- */
-
#include <assert.h>
#include <errno.h>
#include <stdarg.h>