forked from Imagelibrary/rtems
2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
* termios01/termios01.scn: Fix bug so existing test code for rtems_termios_baud_to_index() is executed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
* termios01/termios01.scn: Fix bug so existing test code for
|
||||||
|
rtems_termios_baud_to_index() is executed.
|
||||||
|
|
||||||
2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
|
* block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
|
||||||
|
|||||||
@@ -3,6 +3,26 @@
|
|||||||
Test termios_baud2index...
|
Test termios_baud2index...
|
||||||
termios_baud_to_index(-2) - NOT OK
|
termios_baud_to_index(-2) - NOT OK
|
||||||
termios_baud_to_index(572) - NOT OK
|
termios_baud_to_index(572) - NOT OK
|
||||||
|
termios_baud_to_index(B0) - OK
|
||||||
|
termios_baud_to_index(B50) - OK
|
||||||
|
termios_baud_to_index(B75) - OK
|
||||||
|
termios_baud_to_index(B110) - OK
|
||||||
|
termios_baud_to_index(B134) - OK
|
||||||
|
termios_baud_to_index(B150) - OK
|
||||||
|
termios_baud_to_index(B200) - OK
|
||||||
|
termios_baud_to_index(B300) - OK
|
||||||
|
termios_baud_to_index(B600) - OK
|
||||||
|
termios_baud_to_index(B1200) - OK
|
||||||
|
termios_baud_to_index(B1800) - OK
|
||||||
|
termios_baud_to_index(B2400) - OK
|
||||||
|
termios_baud_to_index(B4800) - OK
|
||||||
|
termios_baud_to_index(B9600) - OK
|
||||||
|
termios_baud_to_index(B19200) - OK
|
||||||
|
termios_baud_to_index(B38400) - OK
|
||||||
|
termios_baud_to_index(B57600) - OK
|
||||||
|
termios_baud_to_index(B115200) - OK
|
||||||
|
termios_baud_to_index(B230400) - OK
|
||||||
|
termios_baud_to_index(B460800) - OK
|
||||||
|
|
||||||
Test termios_baud2number...
|
Test termios_baud2number...
|
||||||
termios_baud_to_number(-2) - NOT OK
|
termios_baud_to_number(-2) - NOT OK
|
||||||
|
|||||||
Reference in New Issue
Block a user