summaryrefslogtreecommitdiffstats
path: root/testsuite/termios03/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/termios03/test_main.c')
-rw-r--r--testsuite/termios03/test_main.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/testsuite/termios03/test_main.c b/testsuite/termios03/test_main.c
index c92c4f0d..a0e9cdf3 100644
--- a/testsuite/termios03/test_main.c
+++ b/testsuite/termios03/test_main.c
@@ -1,3 +1,9 @@
+/**
+ * @file
+ *
+ * @brief read() and write() are tested using the termios utilities.
+ */
+
/*
* COPYRIGHT (c) 1989-2017.
* On-Line Applications Research Corporation (OAR).
@@ -70,4 +76,4 @@ test_main(void)
exit(0);
}
-#include <rtems/bsd/test/default-termios-init.h> \ No newline at end of file
+#include <rtems/bsd/test/default-termios-init.h>