Ivan Grokhotkov 74e1613b17 Merge branch 'bugfix/nvs_close_nukes_all_handles_v4.2' into 'release/v4.2' 5 lat temu
..
Makefile 4911dde551 nvs: unit tests for new partition API 5 lat temu
README.md d286876d34 NVS: expose C++ API 6 lat temu
crc.cpp d390449371 add unit tests to esp-idf 9 lat temu
crc.h d390449371 add unit tests to esp-idf 9 lat temu
esp_error_check_stub.cpp 07acbb5664 ESP_ERROR_CHECK converts error code to text 7 lat temu
main.cpp d390449371 add unit tests to esp-idf 9 lat temu
sdkconfig.h c730c9e397 nvs: minor host test fixes 6 lat temu
spi_flash_emulation.cpp 071dc73954 NVS: ensuring default partition 5 lat temu
spi_flash_emulation.h db34a4d031 nvs: add test for erase cycles distribution 5 lat temu
test_compressed_enum_table.cpp d390449371 add unit tests to esp-idf 9 lat temu
test_intrusive_list.cpp d390449371 add unit tests to esp-idf 9 lat temu
test_nvs.cpp 26ba5e1b51 nvs_flash: fixed deinit other partition's handles 5 lat temu
test_nvs_cxx_api.cpp e228a2102d Fixed missing implementations 6 lat temu
test_nvs_handle.cpp d286876d34 NVS: expose C++ API 6 lat temu
test_nvs_initialization.cpp 74e1613b17 Merge branch 'bugfix/nvs_close_nukes_all_handles_v4.2' into 'release/v4.2' 5 lat temu
test_nvs_storage.cpp 255ae1d32f NVS: bugfix - iterator skipping version 1 blobs 5 lat temu
test_partition_manager.cpp d286876d34 NVS: expose C++ API 6 lat temu
test_spi_flash_emulation.cpp 5268960235 Added support for NVS iterators 6 lat temu

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