summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios02/termios02.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-01 23:52:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-01 23:52:36 +0000
commitdda7c828a03243a5434d5debf28ca4e66301dc0c (patch)
treeaa425bed82845f45f9a2655613961d706e9bfe6b /testsuites/libtests/termios02/termios02.scn
parent2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-dda7c828a03243a5434d5debf28ca4e66301dc0c.tar.bz2
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use it. * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c, termios02/termios02.doc, termios02/termios02.scn: New files. termios02 is a test for tcdrain().
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/termios02/termios02.scn6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/libtests/termios02/termios02.scn b/testsuites/libtests/termios02/termios02.scn
new file mode 100644
index 0000000000..614a6e2fc6
--- /dev/null
+++ b/testsuites/libtests/termios02/termios02.scn
@@ -0,0 +1,6 @@
+*** TERMIOS 02 TEST ***
+tcdrain(12) - EBADF
+tcdrain(stdin) - OK
+tcdrain(stdout) - OK
+tcdrain(stderr) - OK
+*** END OF TERMIOS 02 TEST ***