mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-06 13:09:02 +00:00
Adds test application for fopencookie utility. The test tool performs write/read/seek operations on custom stream defined at user space. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
13 lines
164 B
Markdown
13 lines
164 B
Markdown
# Testing / `fopencookie` Fopencookie
|
|
|
|
Performs a basic operations with fopencookie call.
|
|
|
|
```conf
|
|
CONFIG_TESTING_SMART_TEST=y
|
|
```
|
|
|
|
```
|
|
Usage:
|
|
|
|
fopencookie
|
|
```
|