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:34:05 +0200
commit8e33f3ba15eeb243bdb6d64798d6856dcd808952 (patch)
tree863ce3a21b3f162f492b0c6fb0567b066c07f3ad /testsuite/usbmouse01
parentrtems_waf: Update to origin/master. (diff)
downloadrtems-libbsd-8e33f3ba15eeb243bdb6d64798d6856dcd808952.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>