esp-idf/components/esp_hw_support/test_apps/security_support/esp_hw_support_unity_tests/main/CMakeLists.txt

12 wiersze
381 B
CMake

set(srcs "test_app_main.c"
"test_ds.c"
"test_hmac.c"
"test_random.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 driver test_utils efuse
WHOLE_ARCHIVE)