esp-idf/components/driver/test_apps/mcpwm/main/CMakeLists.txt

15 lines
468 B
CMake
Raw Normal View History

2022-05-28 05:03:05 -04:00
set(srcs "test_app_main.c"
"test_mcpwm_cap.c"
"test_mcpwm_cmpr.c"
"test_mcpwm_fault.c"
"test_mcpwm_gen.c"
"test_mcpwm_oper.c"
"test_mcpwm_sync.c"
"test_mcpwm_timer.c"
"test_mcpwm_utils.c")
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
# the component can be registered as WHOLE_ARCHIVE
idf_component_register(SRCS ${srcs}
WHOLE_ARCHIVE)