summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios01/termios01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/termios01/termios01.doc')
-rw-r--r--testsuites/libtests/termios01/termios01.doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/libtests/termios01/termios01.doc b/testsuites/libtests/termios01/termios01.doc
index 117844dcf8..7d0589c343 100644
--- a/testsuites/libtests/termios01/termios01.doc
+++ b/testsuites/libtests/termios01/termios01.doc
@@ -24,8 +24,13 @@ directives:
cfsetspeed
cfsetispeed
cfsetospeed
+ rtems_termios_device_install
+ rtems_termios_device_remove
+ rtems_termios_device_open
+ rtems_termios_device_close
concepts:
+ Exercise termios ioctl for all baud, character size, parity and
bits per character options.
++ Ensure that Termios device install/remove works.