forked from nuttx/nuttx-update
Documentation: add fmemopen test entry
Test tool for fmemopen() function added to documentation. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
24bc270d82
commit
8f042f527e
2 changed files with 13 additions and 0 deletions
11
Documentation/applications/testing/fmemopen/index.rst
Normal file
11
Documentation/applications/testing/fmemopen/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
=======================================
|
||||||
|
``fmemopen`` - fmemopen test tool
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
``CONFIG_TESTING_FMEMOPEN_TEST=y``
|
||||||
|
|
||||||
|
Performs a basic operations with fmemopen call.
|
||||||
|
|
||||||
|
Usage::
|
||||||
|
|
||||||
|
fmemopen_test
|
|
@ -26,6 +26,8 @@ with little value as usage examples.
|
||||||
- drivertest - vela cmocka driver test
|
- drivertest - vela cmocka driver test
|
||||||
- fatutf8 - FAT UTF8 test
|
- fatutf8 - FAT UTF8 test
|
||||||
- fdsantest - vela cmocka fdsan test
|
- fdsantest - vela cmocka fdsan test
|
||||||
|
- fmemopen - fmemopen() test
|
||||||
|
- fopencookie - fopencookie() test
|
||||||
- getprime - getprime example
|
- getprime - getprime example
|
||||||
- iozone - IOzone, filesystem benchmark tool
|
- iozone - IOzone, filesystem benchmark tool
|
||||||
- irtest - IR driver test
|
- irtest - IR driver test
|
||||||
|
|
Loading…
Reference in a new issue