CMakeLists.txt 243 B

1234567
  1. # In order for the cases defined by `TEST_CASE` to be linked into the final elf,
  2. # the component can be registered as WHOLE_ARCHIVE
  3. idf_component_register(
  4. SRCS "test_app_main.c" "test_uart.c"
  5. REQUIRES driver unity
  6. WHOLE_ARCHIVE
  7. )