mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-06 08:37:29 +02:00
Merge branch 'feature/cmock_component' into 'master'
cmock as component replacing unity See merge request espressif/esp-idf!9859
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
idf_component_register(SRC_DIRS ${IDF_TARGET}
|
||||
PRIV_INCLUDE_DIRS .
|
||||
PRIV_REQUIRES unity ulp soc esp_common)
|
||||
PRIV_REQUIRES cmock ulp soc esp_common)
|
||||
|
||||
if(IDF_TARGET STREQUAL "esp32")
|
||||
set(ulp_sources "ulp/test_jumps_esp32.S")
|
||||
|
||||
Reference in New Issue
Block a user