2022-09-19 07:17:51 -04:00
|
|
|
# For refactored FreeRTOS unit tests, we need to support #include "xxx.h" of FreeRTOS headers
|
|
|
|
idf_component_get_property(FREERTOS_ORIG_INCLUDE_PATH freertos ORIG_INCLUDE_PATH)
|
|
|
|
|
2022-09-21 01:20:19 -04:00
|
|
|
idf_component_register(SRC_DIRS integration # For freertos_test_utils.c
|
|
|
|
integration/event_groups
|
2022-04-20 07:31:49 -04:00
|
|
|
integration/queue
|
|
|
|
integration/stream_buffer
|
|
|
|
integration/tasks
|
|
|
|
integration/timers
|
|
|
|
miscellaneous
|
|
|
|
performance
|
|
|
|
port
|
2022-09-19 07:17:51 -04:00
|
|
|
PRIV_INCLUDE_DIRS . ./integration "${FREERTOS_ORIG_INCLUDE_PATH}"
|
2022-04-16 05:32:22 -04:00
|
|
|
PRIV_REQUIRES cmock test_utils esp_system driver esp_timer)
|
2022-01-31 13:45:31 -05:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|