diff --git a/Documentation/applications/testing/fmemopen/index.rst b/Documentation/applications/testing/fmemopen/index.rst new file mode 100644 index 0000000000..253c4cde51 --- /dev/null +++ b/Documentation/applications/testing/fmemopen/index.rst @@ -0,0 +1,11 @@ +======================================= +``fmemopen`` - fmemopen test tool +======================================= + +``CONFIG_TESTING_FMEMOPEN_TEST=y`` + +Performs a basic operations with fmemopen call. + +Usage:: + + fmemopen_test diff --git a/Documentation/applications/testing/index.rst b/Documentation/applications/testing/index.rst index 8fbbbd2993..9bca51ff56 100644 --- a/Documentation/applications/testing/index.rst +++ b/Documentation/applications/testing/index.rst @@ -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