mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0402874d3c
- 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
9 lines
356 B
CMake
9 lines
356 B
CMake
idf_component_register(SRCS "main.cpp"
|
|
"test_wl.cpp"
|
|
INCLUDE_DIRS "$ENV{IDF_PATH}/tools/catch"
|
|
PRIV_INCLUDE_DIRS "../../private_include"
|
|
"../.."
|
|
REQUIRES wear_levelling
|
|
WHOLE_ARCHIVE
|
|
)
|