posix.common contains testsuites that can be separated into smaller groups of tests. This change moves fnmatch, getopt and getentropy into a singular testsuite at tests/posix/c_lib_ext app directory. Signed-off-by: Marvin Ouma <pancakesdeath@protonmail.com>
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
CONFIG_ZTEST=y
|
|
|
|
CONFIG_POSIX_C_LIB_EXT=y
|
|
CONFIG_GETOPT_LONG=y
|
|
CONFIG_ENTROPY_GENERATOR=y
|