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:
Michal Lenc 2023-10-24 13:54:13 +02:00 committed by Alan Carvalho de Assis
parent 24bc270d82
commit 8f042f527e
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
=======================================
``fmemopen`` - fmemopen test tool
=======================================
``CONFIG_TESTING_FMEMOPEN_TEST=y``
Performs a basic operations with fmemopen call.
Usage::
fmemopen_test

View File

@ -26,6 +26,8 @@ with little value as usage examples.
- drivertest - vela cmocka driver test
- fatutf8 - FAT UTF8 test
- fdsantest - vela cmocka fdsan test
- fmemopen - fmemopen() test
- fopencookie - fopencookie() test
- getprime - getprime example
- iozone - IOzone, filesystem benchmark tool
- irtest - IR driver test