mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d83ce227aa
Closes https://github.com/espressif/esp-idf/issues/6119 Closes https://github.com/espressif/esp-idf/issues/7798
7 lines
241 B
CMake
7 lines
241 B
CMake
idf_component_register(SRCS
|
|
"test_newlib_main.c"
|
|
"test_stdatomic.c"
|
|
"test_misc.c"
|
|
REQUIRES test_utils
|
|
PRIV_REQUIRES unity)
|