mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8c88c6f68f
This commit updates the task snapshot unit tests as follows: - Both uxTaskGetSnapshotAll() and vTaskGetSnapshot() are now both tested - Test cases are now dependent on CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT
4 lines
150 B
CMake
4 lines
150 B
CMake
idf_component_register(SRC_DIRS .
|
|
PRIV_INCLUDE_DIRS .
|
|
PRIV_REQUIRES cmock test_utils esp_system driver)
|