summaryrefslogtreecommitdiffstats
path: root/testsuite/usbmouse01
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/usbmouse01
parenttestsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORS (diff)
downloadrtems-libbsd-0444b24bf9a928a39cf4e8c9eaa096b6f242ae55.tar.bz2
testsuite: A description for each test added
Diffstat (limited to 'testsuite/usbmouse01')
-rw-r--r--testsuite/usbmouse01/init.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/testsuite/usbmouse01/init.c b/testsuite/usbmouse01/init.c
index 0ae65545..95276147 100644
--- a/testsuite/usbmouse01/init.c
+++ b/testsuite/usbmouse01/init.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @brief USB mouse test.
+ *
+ * This test requires a USB mouse to be attached to a USB port.
+ * RTEMS shell starts at the end of the test.
+ */
+
/*-
* COPYRIGHT (c) 2017 Kevin Kirspel
* All rights reserved.
@@ -24,10 +33,6 @@
* SUCH DAMAGE.
*/
-/*
- * This test requires a USB mouse to be attached to a USB port.
- */
-
#include <sys/malloc.h>
#include <assert.h>
#include <stdio.h>