This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 8f042f527e Documentation: add fmemopen test entry
8f042f527e is described below
commit 8f042f527e884f630f52992b389d1f21c3fc04b9
Author: Michal Lenc <[email protected]>
AuthorDate: Tue Oct 24 13:54:13 2023 +0200
Documentation: add fmemopen test entry
Test tool for fmemopen() function added to documentation.
Signed-off-by: Michal Lenc <[email protected]>
---
Documentation/applications/testing/fmemopen/index.rst | 11 +++++++++++
Documentation/applications/testing/index.rst | 2 ++
2 files changed, 13 insertions(+)
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