nuttx-apps/testing/libc/stdbit/Kconfig
Michal Lenc b8cb8d1a4a testing/libc: add stdbit test
Adds the testing application used for CI stdc*_ functions tests.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2026-06-26 08:51:22 -03:00

13 lines
291 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_STDBIT_TEST
tristate "stdbit test tool"
default n
---help---
Performs a basic operations with stdbit call.
if TESTING_STDBIT_TEST
endif