Unit tests for the osal_file module.
More...
Files | |
| file | unit_test_osal_file.c |
Unit tests for the public osal_file operations table. | |
The tests in this group verify the contracts of:
osal_file_default_ops()osal_file_ops_t::open()osal_file_ops_t::read()osal_file_ops_t::write()osal_file_ops_t::flush()osal_file_ops_t::close()The osal_file_ops_t operations are exercised through the default operations table returned by osal_file_default_ops().