nuttx-apps/testing/libc/fmemopen/Kconfig
tengshuangshuang 57c8a62e1e apps/testing:move arch_libc, fmemopen, scanftest folders to the new lib folder
Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
2025-01-22 17:18:30 +08:00

13 lines
299 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config TESTING_FMEMOPEN_TEST
tristate "Fmemopen test tool"
default n
---help---
Performs a basic operations with fmemopen call.
if TESTING_FMEMOPEN_TEST
endif