esp-idf/components/esp_hw_support/test_apps/rtc_clk/main/CMakeLists.txt

9 wiersze
326 B
CMake

set(srcs "test_app_main.c"
"test_rtc_clk.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}
REQUIRES unity esp_driver_gpio test_utils
WHOLE_ARCHIVE)