forked from Imagelibrary/rtems
PR 1654/testing * deviceio01/init.c, deviceio01/deviceio01.doc, deviceio01/deviceio01.scn, deviceio01/test_driver.c, deviceio01/test_driver.h, deviceio01/Makefile.am: New test added. * Makefile.am, configure.ac: Changes to added above test. * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
*** TEST DEVICEIO - 01 ***
|
|
Init - attempt to open the /dev/test WR mode -- OK
|
|
Init - attempt to write to /dev/test - expect ENOSYS
|
|
Init - attempt to open the /dev/test RD mode -- OK
|
|
Init - attempt to read from /dev/test - expect ENOSYS
|
|
Init - attempt ioctl on the device - expect ENOSYS
|
|
*** END OF TEST DEVICEIO - 01 ***
|