mirror of
https://github.com/espressif/esp-idf
synced 2025-04-15 03:00:11 -04:00
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)
|