host_test: wl migrated to Cmake and linux emulation of esp_partition

- build system changed to CMake
 - host tests changed to use partition api on linux instead of mocked code
 - extended wl flash host tests to cover power off recovery code
This commit is contained in:
radek.tandler
2023-02-22 15:49:47 +01:00
parent 0f842a2ca2
commit 0402874d3c
15 changed files with 479 additions and 227 deletions

View File

@@ -1,5 +1,7 @@
idf_build_get_property(target IDF_TARGET)
if(${target} STREQUAL "linux")
idf_component_register(INCLUDE_DIRS include
PRIV_INCLUDE_DIRS include/spi_flash)
return()
endif()