mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
Documentation: add open_memstream test entry
Test tool for open_memstream() function added to documentation. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
a28ad5299a
commit
34afef5cfb
1 changed files with 11 additions and 0 deletions
11
Documentation/applications/testing/open_memstream/index.rst
Normal file
11
Documentation/applications/testing/open_memstream/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
|||
=============================================
|
||||
``open_memstream`` - open_memstream test tool
|
||||
=============================================
|
||||
|
||||
``CONFIG_TESTING_OPEN_MEMSTREAM=y``
|
||||
|
||||
Performs a basic operations with open_memstream call.
|
||||
|
||||
Usage::
|
||||
|
||||
open_memstream_test
|
Loading…
Reference in a new issue