4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 02:53:30 +08:00

12 lines
226 B
Plaintext
Raw Normal View History

2022-07-04 10:20:04 +08:00
menuconfig RTT_POSIX_TESTCASE_DIRENT_H
bool "<dirent.h>"
default n
if RTT_POSIX_TESTCASE_DIRENT_H
config DIRENT_H_OPENDIR_READDIR_CLOSEDIR
bool "<dirent.h> -> opendir, readdir, closedir"
default n
endif