esp-idf/components/nvs_flash/test_nvs_host
Jakob Hasse 84d184bdb0 Merge branch 'bugfix/nvs_corrupted_storage_crashes_app' into 'master'
[NVS]: fix crashes from entry state 1

See merge request espressif/esp-idf!14548
2021-08-06 09:14:21 +00:00
..
Makefile [esp_rom]: Partially buildable for linux 2021-08-03 12:03:24 +08:00
README.md
esp_error_check_stub.cpp
main.cpp
sdkconfig.h [esp_rom]: Partially buildable for linux 2021-08-03 12:03:24 +08:00
spi_flash_emulation.cpp
spi_flash_emulation.h
test_compressed_enum_table.cpp
test_fixtures.hpp
test_intrusive_list.cpp
test_nvs.cpp
test_nvs_cxx_api.cpp
test_nvs_handle.cpp
test_nvs_initialization.cpp
test_nvs_partition.cpp
test_nvs_storage.cpp
test_partition_manager.cpp
test_spi_flash_emulation.cpp

README.md

Build

make -j 6

Run

  • Run particular test case:
./test_nvs "<particular test case>"

  • Run all quick tests:
./test_nvs -d yes exclude:[long]
  • Run all tests (takes several hours)
./test_nvs -d yes