mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
14 lines
576 B
CMake
14 lines
576 B
CMake
idf_component_register(SRCS
|
|
"test_app_main.c"
|
|
"test_atomic.c"
|
|
"test_file.c"
|
|
"test_locks.c"
|
|
"test_misc.c"
|
|
"test_newlib.c"
|
|
"test_setjmp.c"
|
|
"test_shared_stack_printf.c"
|
|
"test_stdatomic.c"
|
|
"test_time.c"
|
|
PRIV_REQUIRES unity vfs cmock driver esp_timer spi_flash test_utils pthread esp_psram
|
|
WHOLE_ARCHIVE)
|